Dependency Information

Apache Maven

<dependency>
  <groupId>net.bmahe.genetics4j</groupId>
  <artifactId>gp</artifactId>
  <version>4.2-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="net.bmahe.genetics4j" name="gp" rev="4.2-SNAPSHOT">
  <artifact name="gp" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.bmahe.genetics4j', module='gp', version='4.2-SNAPSHOT')
)

Gradle/Grails

implementation 'net.bmahe.genetics4j:gp:4.2-SNAPSHOT'

Scala SBT

libraryDependencies += "net.bmahe.genetics4j" % "gp" % "4.2-SNAPSHOT"

Leiningen

[net.bmahe.genetics4j/gp "4.2-SNAPSHOT"]