License |
License
Apache 2
|
---|---|
Categories |
CategoriesGroovy Languages Net |
GroupId | GroupIdnet.sf.groovydice |
ArtifactId | ArtifactIdgroovydice |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy Dice
Groovy Dice is an advanced Groovy-based dice rolling API
|
Project URL |
Project URL |
Project Organization |
Project OrganizationDaniel F. Martins |
Filename | Size |
---|---|
groovydice-1.4.1.pom | |
groovydice-1.4.1.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.groovydice/groovydice/ -->
<dependency>
<groupId>net.sf.groovydice</groupId>
<artifactId>groovydice</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.groovydice/groovydice/
implementation 'net.sf.groovydice:groovydice:1.4.1'
// https://jarcasting.com/artifacts/net.sf.groovydice/groovydice/
implementation ("net.sf.groovydice:groovydice:1.4.1")
'net.sf.groovydice:groovydice:jar:1.4.1'
<dependency org="net.sf.groovydice" name="groovydice" rev="1.4.1">
<artifact name="groovydice" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.groovydice', module='groovydice', version='1.4.1')
)
libraryDependencies += "net.sf.groovydice" % "groovydice" % "1.4.1"
[net.sf.groovydice/groovydice "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.gmaven.runtime : gmaven-runtime-1.7 | jar | 1.2 |
javax.script » groovy-engine Optional | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |