is not current version
Last Version 0.8

org.codehaus.griffon:gfxbuilder-core 0.7

Gfxbuilder-core: build Java2D drawings with Groovy

GroupId

GroupId

org.codehaus.griffon
ArtifactId

ArtifactId

gfxbuilder-core
Version

Version

0.7
Type

Type

jar

Download gfxbuilder-core 0.7


<!-- https://jarcasting.com/artifacts/org.codehaus.griffon/gfxbuilder-core/ -->
<dependency>
    <groupId>org.codehaus.griffon</groupId>
    <artifactId>gfxbuilder-core</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon/gfxbuilder-core/
implementation 'org.codehaus.griffon:gfxbuilder-core:0.7'
// https://jarcasting.com/artifacts/org.codehaus.griffon/gfxbuilder-core/
implementation ("org.codehaus.griffon:gfxbuilder-core:0.7")
'org.codehaus.griffon:gfxbuilder-core:jar:0.7'
<dependency org="org.codehaus.griffon" name="gfxbuilder-core" rev="0.7">
  <artifact name="gfxbuilder-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon', module='gfxbuilder-core', version='0.7')
)
libraryDependencies += "org.codehaus.griffon" % "gfxbuilder-core" % "0.7"
[org.codehaus.griffon/gfxbuilder-core "0.7"]