| License |
License |
|---|---|
| GroupId | GroupIdcom.bernardomg.tabletop |
| ArtifactId | ArtifactIddice |
| Version | Version2.1.2 |
| Type | Typejar |
| Description |
DescriptionDice Notation Tools for Java
Utilities for representing and handling dice and dice notation.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dice-2.1.2.pom | |
| dice-2.1.2.jar | 62 KB |
| dice-2.1.2-sources.jar | 67 KB |
| dice-2.1.2-javadoc.jar | 724 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bernardomg.tabletop/dice/ -->
<dependency>
<groupId>com.bernardomg.tabletop</groupId>
<artifactId>dice</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bernardomg.tabletop/dice/
implementation 'com.bernardomg.tabletop:dice:2.1.2'
// https://jarcasting.com/artifacts/com.bernardomg.tabletop/dice/
implementation ("com.bernardomg.tabletop:dice:2.1.2")
'com.bernardomg.tabletop:dice:jar:2.1.2'
<dependency org="com.bernardomg.tabletop" name="dice" rev="2.1.2">
<artifact name="dice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bernardomg.tabletop', module='dice', version='2.1.2')
)
libraryDependencies += "com.bernardomg.tabletop" % "dice" % "2.1.2"
[com.bernardomg.tabletop/dice "2.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.antlr : antlr4 | jar | 4.9.2 |
| com.google.guava : guava | jar | 30.1.1-jre |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | |
| org.junit.platform : junit-platform-runner | jar | |
| org.mockito : mockito-core | jar | 3.11.0 |