Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.aptd</groupId>
  <artifactId>simulation</artifactId>
  <version>0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.aptd:simulation:jar:0.1-SNAPSHOT'

Apache Ivy

<dependency org="com.github.aptd" name="simulation" rev="0.1-SNAPSHOT">
  <artifact name="simulation" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.aptd', module='simulation', version='0.1-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.aptd:simulation:0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.aptd" % "simulation" % "0.1-SNAPSHOT"

Leiningen

[com.github.aptd/simulation "0.1-SNAPSHOT"]