is not current version
Last Version 2.2.1

com.bernardomg.tabletop:dice 1.3.0

Utilities for representing and handling dice and dice notation.

GroupId

GroupId

com.bernardomg.tabletop
ArtifactId

ArtifactId

dice
Version

Version

1.3.0
Type

Type

jar

Download dice 1.3.0


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