| License |
License |
|---|---|
| GroupId | GroupIdcom.bernardomg.tabletop |
| ArtifactId | ArtifactIddice |
| Version | Version2.2.0 |
| 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.2.0.pom | |
| dice-2.2.0.jar | 64 KB |
| dice-2.2.0-sources.jar | 65 KB |
| dice-2.2.0-javadoc.jar | 720 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bernardomg.tabletop/dice/ -->
<dependency>
<groupId>com.bernardomg.tabletop</groupId>
<artifactId>dice</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bernardomg.tabletop/dice/
implementation 'com.bernardomg.tabletop:dice:2.2.0'
// https://jarcasting.com/artifacts/com.bernardomg.tabletop/dice/
implementation ("com.bernardomg.tabletop:dice:2.2.0")
'com.bernardomg.tabletop:dice:jar:2.2.0'
<dependency org="com.bernardomg.tabletop" name="dice" rev="2.2.0">
<artifact name="dice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bernardomg.tabletop', module='dice', version='2.2.0')
)
libraryDependencies += "com.bernardomg.tabletop" % "dice" % "2.2.0"
[com.bernardomg.tabletop/dice "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.antlr : antlr4 | jar | 4.9.2 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | |
| org.junit.platform : junit-platform-runner | jar | |
| org.mockito : mockito-core | jar | 4.2.0 |