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