Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.rremer</groupId>
  <artifactId>minecraft-modpack-almond</artifactId>
  <version>20w14a-1</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.github.rremer:minecraft-modpack-almond:pom:20w14a-1'

Apache Ivy

<dependency org="com.github.rremer" name="minecraft-modpack-almond" rev="20w14a-1">
  <artifact name="minecraft-modpack-almond" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.rremer', module='minecraft-modpack-almond', version='20w14a-1')
)

Gradle/Grails

compile 'com.github.rremer:minecraft-modpack-almond:20w14a-1'

Scala SBT

libraryDependencies += "com.github.rremer" % "minecraft-modpack-almond" % "20w14a-1"

Leiningen

[com.github.rremer/minecraft-modpack-almond "20w14a-1"]