[Biojava-l] BioJava Legacy 1.9.1 released

Michael Heuer heuermh at gmail.com
Wed Sep 3 02:11:06 UTC 2014


== BioJava Legacy 1.9.1 released ==

BioJava Legacy 1.9.1 was released on September 2nd 2014 and is
available from http://biojava.org/wiki/BioJava:Download_1.9.1 as well
as from the Maven Central repository.

To use BioJava Legacy in your Maven-based JVM project, just include
module dependencies such as

  <dependencies>
    <dependency>
      <groupId>org.biojava</groupId>
      <artifactId>core</artifactId>
      <version>1.9.1</version>
    </dependency>
  </dependencies>

and you are ready to go.  For a list of modules, see
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.biojava%22


For a detailed comparison see here:
https://github.com/biojava/biojava-legacy/compare/biojava-legacy-1.9.0...biojava-legacy-1.9.1

About BioJava:

BioJava is a mature open-source project that provides a framework for
processing of biological data. BioJava contains powerful analysis and
statistical routines, tools for parsing common file formats, and
packages for manipulating sequences and 3D structures. It enables
rapid bioinformatics application development in the Java programming
language.

On behalf of all the BioJava developers,

   michael


More information about the Biojava-l mailing list