Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.rremer</groupId>
  <artifactId>minecraft-modpack-steampunk</artifactId>
  <version>1.18.2-2</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.github.rremer:minecraft-modpack-steampunk:pom:1.18.2-2'

Apache Ivy

<dependency org="com.github.rremer" name="minecraft-modpack-steampunk" rev="1.18.2-2">
  <artifact name="minecraft-modpack-steampunk" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.rremer', module='minecraft-modpack-steampunk', version='1.18.2-2')
)

Gradle/Grails

compile 'com.github.rremer:minecraft-modpack-steampunk:1.18.2-2'

Scala SBT

libraryDependencies += "com.github.rremer" % "minecraft-modpack-steampunk" % "1.18.2-2"

Leiningen

[com.github.rremer/minecraft-modpack-steampunk "1.18.2-2"]