BioJava:Download 4.1.0
This page offers downloads for the BioJava 4.1.0 release.
BioJava 4.1.0 is compatible with Java 6, 7, and 8.
About
BioJava 4.1.0 has been released and is available using Maven from Maven Central as well as manual download (see below).
This release contains over [https://github.com/biojava/biojava/compare/5131f3aaff5a5bbbf221f5f52cfe3b849a002d87…biojava-4.1.0 240] commits from 8 contributors.
New Features
BioJava 4.1.0 offers a few new features, as well several bug-fixes.
New Features:
- New algorithm for multiple structure alignments
- Improved visualization of structural alignments in Jmol
- Support for the ECOD protein classification
- Better mmCIF support: limited write support, better parsing
View the
Maven Download
BioJava 4.1.0 requires Maven for the build process. All BioJava jar files are available via Maven Central as of this release.
You can create a BioJava dependency by adding the following XML to your project pom.xml file:
<dependencies>
<dependency>
<groupId>org.biojava</groupId>
<artifactId>biojava-core</artifactId>
<version>4.1.0</version>
</dependency>
<!-- other biojava jars as needed -->
</dependencies>
Manual Download
.tar.gz containing all jars, source and javadocs: biojava-4.1.0-all
Browse API docs
You can also browse the documentation at BioJava 4.1.0 api
Release Date
BioJava 4.1.0 has been released on June 25th, 2015
Getting older versions
- The release of 4.0.0 can be found here (requires Java 1.6, 1.7, or 1.8)
- The release of 3.1.0 can be found here (requires Java 1.6 or 1.7)
- The release of 3.0.8 can be found here (requires Java 1.6+)
- The release of 3.0.7 can be found here (requires Java 1.6+)
- The release of 3.0.6 can be found here (requires Java 1.6+)
- The release of 3.0.5 can be found here (requires Java 1.6+)
- The release of 3.0.4 can be found here (requires Java 1.6+)
- The release of 3.0.3 can be found here (requires Java 1.6+)
- The release of 3.0.2 can be found here (requires Java 1.6+)
- The release of 3.0.1 can be found here (requires Java 1.6+)
- The release of 3.0 can be found here (requires Java 1.5+)
- The legacy release of 1.9.1 can be found here (requires Java 1.5+)
- The legacy release of 1.9.0 can be found here (requires Java 1.5+)
- The legacy release of 1.8.5 can be found here (requires Java 1.5+)
- The legacy release of 1.8.4 can be found here (requires Java 1.5+)
- The legacy release of 1.8.2 can be found here (requires Java 1.5+)
- The legacy release of 1.8.1 can be found here (requires Java 1.5+)
- The legacy release of 1.7.1 can be found here (requires Java 1.5+)
- The legacy release of 1.7 can be found here (requires Java 1.5+)
- The legacy release of 1.6 can be found here (requires Java 1.5+)
- The legacy release of 1.5 can be found here (requires Java 1.4.2+)
- The legacy release of 1.4 can be found here
- The legacy release 1.3 can be found here.
- Older releases of BioJava can be found in the download area.