Skip to content

FePhyFoFum/jade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jade

A fork of the PEBLS Jade Java packages. A collection of Java objects for phylogenetics and evolutionary biology.

Install

To access the packages in this repository as a local maven repository:

  1. git clone the jade repo locally
  2. cd into the jade directory and run:
sh mvn_install.sh
  1. 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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages