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