Dependency Information

Apache Maven

<dependency>
  <groupId>com.miniontoby</groupId>
  <artifactId>modupdater</artifactId>
  <version>1.3.4-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.miniontoby:modupdater:jar:1.3.4-SNAPSHOT'

Apache Ivy

<dependency org="com.miniontoby" name="modupdater" rev="1.3.4-SNAPSHOT">
  <artifact name="modupdater" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.miniontoby', module='modupdater', version='1.3.4-SNAPSHOT')
)

Gradle/Grails

compile 'com.miniontoby:modupdater:1.3.4-SNAPSHOT'

Scala SBT

libraryDependencies += "com.miniontoby" % "modupdater" % "1.3.4-SNAPSHOT"

Leiningen

[com.miniontoby/modupdater "1.3.4-SNAPSHOT"]