is not current version
Last Version 2.2.1

com.bernardomg.tabletop:dice 2.0.0

Utilities for representing and handling dice and dice notation.

GroupId

GroupId

com.bernardomg.tabletop
ArtifactId

ArtifactId

dice
Version

Version

2.0.0
Type

Type

jar

Download dice 2.0.0


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