MVN

com.theonlytails : loottables

Maven & Gradle

Jun 08, 2021
2 stars

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

<dependency>
    <groupId>com.theonlytails</groupId>
    <artifactId>loottables</artifactId>
    <version>0.2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.theonlytails : loottables to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.14

All Versions

Choose a version of com.theonlytails : loottables to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
loottables-0.2.14
loottables-0.2.13
loottables-0.2.12
loottables-0.2.11
loottables-0.2.10
loottables-0.2.9

How to add a dependency to Maven

Add the following com.theonlytails : loottables maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.theonlytails</groupId>
    <artifactId>loottables</artifactId>
    <version>0.2.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.theonlytails : loottables gradle dependency to your build.gradle file:

implementation 'com.theonlytails:loottables:0.2.14'

Gradle Kotlin DSL: Add the following com.theonlytails : loottables gradle kotlin dependency to your build.gradle.kts file:

implementation("com.theonlytails:loottables:0.2.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.theonlytails : loottables sbt scala dependency to your build.sbt file:

libraryDependencies += "com.theonlytails" % "loottables" % "0.2.14"

Advertisement