is not current version
Last Version 2.2.1

com.bernardomg.tabletop:dice 1.2.1

Utilities for representing and handling dice and dice notation.

GroupId

GroupId

com.bernardomg.tabletop
ArtifactId

ArtifactId

dice
Version

Version

1.2.1
Type

Type

jar

Download dice 1.2.1


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