не последняя версия
Последняя версия 2.2.1

com.bernardomg.tabletop:dice 2.0.0

Utilities for representing and handling dice and dice notation.

Группа

Группа

com.bernardomg.tabletop
Идентификатор

Идентификатор

dice
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать 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"]