Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.rremer</groupId>
  <artifactId>minecraft-modpack-steampunk-datapack-starting-inventory</artifactId>
  <version>1.18.2-2</version>
</dependency>

Apache Buildr

'com.github.rremer:minecraft-modpack-steampunk-datapack-starting-inventory:jar:1.18.2-2'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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