License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.codehaus.griffon |
ArtifactId | ArtifactIdtridentbuilder |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTridentBuilder
TridentBuilder: animations with Groovy and Trident
|
Filename | Size |
---|---|
tridentbuilder-0.6.pom | |
tridentbuilder-0.6.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.griffon/tridentbuilder/ -->
<dependency>
<groupId>org.codehaus.griffon</groupId>
<artifactId>tridentbuilder</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon/tridentbuilder/
implementation 'org.codehaus.griffon:tridentbuilder:0.6'
// https://jarcasting.com/artifacts/org.codehaus.griffon/tridentbuilder/
implementation ("org.codehaus.griffon:tridentbuilder:0.6")
'org.codehaus.griffon:tridentbuilder:jar:0.6'
<dependency org="org.codehaus.griffon" name="tridentbuilder" rev="0.6">
<artifact name="tridentbuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon', module='tridentbuilder', version='0.6')
)
libraryDependencies += "org.codehaus.griffon" % "tridentbuilder" % "0.6"
[org.codehaus.griffon/tridentbuilder "0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 1.8.6 |
com.github.insubstantial : trident | jar | 7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |