Maven Coordinates
Apache Maven
<dependency> <groupId>net.bmahe.genetics4j</groupId> <artifactId>gp</artifactId> <version>5.3-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="net.bmahe.genetics4j" name="gp" rev="5.3-SNAPSHOT"> <artifact name="gp" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='net.bmahe.genetics4j', module='gp', version='5.3-SNAPSHOT') )
Gradle/Grails
implementation 'net.bmahe.genetics4j:gp:5.3-SNAPSHOT'
Scala SBT
libraryDependencies += "net.bmahe.genetics4j" % "gp" % "5.3-SNAPSHOT"
Leiningen
[net.bmahe.genetics4j/gp "5.3-SNAPSHOT"]