| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.griffon |
| ArtifactId | ArtifactIdgfxbuilder-core |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGfxbuilder
Gfxbuilder-core: build Java2D drawings with Groovy
|
| Filename | Size |
|---|---|
| gfxbuilder-core-0.8.pom | |
| gfxbuilder-core-0.8.jar | 876 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.griffon/gfxbuilder-core/ -->
<dependency>
<groupId>org.codehaus.griffon</groupId>
<artifactId>gfxbuilder-core</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon/gfxbuilder-core/
implementation 'org.codehaus.griffon:gfxbuilder-core:0.8'
// https://jarcasting.com/artifacts/org.codehaus.griffon/gfxbuilder-core/
implementation ("org.codehaus.griffon:gfxbuilder-core:0.8")
'org.codehaus.griffon:gfxbuilder-core:jar:0.8'
<dependency org="org.codehaus.griffon" name="gfxbuilder-core" rev="0.8">
<artifact name="gfxbuilder-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon', module='gfxbuilder-core', version='0.8')
)
libraryDependencies += "org.codehaus.griffon" % "gfxbuilder-core" % "0.8"
[org.codehaus.griffon/gfxbuilder-core "0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy-all | jar | 2.0.6 |
| com.jhlabs : filters | jar | 2.0.235 |
| org.codehaus.griffon : jsilhouette-geom | jar | 0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |