is not current version
Last Version 2.2.1

com.bernardomg.tabletop:dice 2.0.4

Utilities for representing and handling dice and dice notation.

GroupId

GroupId

com.bernardomg.tabletop
ArtifactId

ArtifactId

dice
Version

Version

2.0.4
Type

Type

jar

Download dice 2.0.4


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