не последняя версия
Последняя версия 0.3.1

com.theonlytails:lootgoblin 0.3.0

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

Группа

Группа

com.theonlytails
Идентификатор

Идентификатор

lootgoblin
Версия

Версия

0.3.0
Тип

Тип

pom

Скачать lootgoblin 0.3.0

Имя Файла Размер
lootgoblin-0.3.0.pom
Обзор

<!-- 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"]