MVN

com.wandrell.tabletop : dice

Maven & Gradle

Nov 17, 2017
16 stars

Dice Notation Tools for Java · Utilities for representing and handling dice and dice notation.

<dependency>
    <groupId>com.wandrell.tabletop</groupId>
    <artifactId>dice</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wandrell.tabletop : dice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.wandrell.tabletop : dice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dice-1.0.4
dice-1.0.2
dice-1.0.1
dice-1.0.0
0.3.x
dice-0.3.1
dice-0.3.0
0.1.x
dice-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wandrell.tabletop</groupId>
    <artifactId>dice</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wandrell.tabletop : dice gradle dependency to your build.gradle file:

implementation 'com.wandrell.tabletop:dice:1.0.4'

Gradle Kotlin DSL: Add the following com.wandrell.tabletop : dice gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wandrell.tabletop:dice:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wandrell.tabletop : dice sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wandrell.tabletop" % "dice" % "1.0.4"