is not current version
Last Version 0.3.1

com.theonlytails:lootgoblin 0.3.0

A Kotlin DSL for creating loot tables in Minecraft Forge mods.

GroupId

GroupId

com.theonlytails
ArtifactId

ArtifactId

lootgoblin
Version

Version

0.3.0
Type

Type

pom

Download lootgoblin 0.3.0


<!-- https://jarcasting.com/artifacts/com.theonlytails/lootgoblin/ -->
<dependency>
    <groupId>com.theonlytails</groupId>
    <artifactId>lootgoblin</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.theonlytails/lootgoblin/
implementation 'com.theonlytails:lootgoblin:0.3.0'
// https://jarcasting.com/artifacts/com.theonlytails/lootgoblin/
implementation ("com.theonlytails:lootgoblin:0.3.0")
'com.theonlytails:lootgoblin:pom:0.3.0'
<dependency org="com.theonlytails" name="lootgoblin" rev="0.3.0">
  <artifact name="lootgoblin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.theonlytails', module='lootgoblin', version='0.3.0')
)
libraryDependencies += "com.theonlytails" % "lootgoblin" % "0.3.0"
[com.theonlytails/lootgoblin "0.3.0"]