A fork of the PEBLS Jade Java packages. A collection of Java objects for phylogenetics and evolutionary biology.
To access the packages in this repository as a local maven repository:
- git clone the jade repo locally
- cd into the jade directory and run:
sh mvn_install.sh
- copy and paste the following code into the pom.xml file of any local maven project to access the jade packages
<dependency>
<groupId>org.opentree</groupId>
<artifactId>jade</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>