biojava/maven-repo

Name: maven-repo

Owner: BioJava

Description: A BioJava specific maven repository, mostly for legacy releases, since all new releases are on Maven Central

Created: 2016-04-18 22:48:45.0

Updated: 2016-04-18 22:48:45.0

Pushed: 2016-04-21 00:00:34.0

Homepage: null

Size: 463939

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

maven-repo

A BioJava specific maven repository, for legacy BioJava releases. All new releases are on Maven Central nowadays.

How to add the legacy repository to your project's pom.xml
ository>
<id>biojava-legacy-repo</id>
<name>BioJava's Git based legacy maven repo</name>
<url>https://github.com/biojava/maven-repo/raw/master/</url>
pository>
How to add the most recent BioJava release to your project's pom.xml

Note: this is not hosted here, but on Maven Central

<dependencies>
  <dependency>
    <groupId>org.biojava</groupId>
    <artifactId>biojava-core</artifactId>
    <version>4.2.0</version>
  </dependency>
  <!-- other biojava jars as needed -->
</dependencies>

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.