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