[Biojava-dev] BioJava Legacy 1.9.0 released

Michael Heuer heuermh at gmail.com
Tue Jul 1 16:43:36 UTC 2014


== BioJava Legacy 1.9.0 released ==

BioJava Legacy 1.9.0 was released on June 25th 2014 and is available
from http://biojava.org/wiki/BioJava:Download_1.9.0 as well as from
the Maven Central repository.

The biggest change since version 1.8.5 is the release to Maven
Central.  Just include module dependencies such as

  <dependencies>
    <dependency>
      <groupId>org.biojava</groupId>
      <artifactId>core</artifactId>
      <version>1.9.0</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.8.5...biojava-legacy-1.9.0

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-dev mailing list