Dependency Information

Apache Maven

<dependency>
  <groupId>net.bmahe.genetics4j</groupId>
  <artifactId>parent</artifactId>
  <version>4.2-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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