GroupId | GroupIdorg.codehaus.griffon |
---|---|
ArtifactId | ArtifactIdgfxbuilder-core |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
gfxbuilder-core-0.5.2.pom | |
gfxbuilder-core-0.5.2.jar | 883 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.griffon/gfxbuilder-core/ -->
<dependency>
<groupId>org.codehaus.griffon</groupId>
<artifactId>gfxbuilder-core</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon/gfxbuilder-core/
implementation 'org.codehaus.griffon:gfxbuilder-core:0.5.2'
// https://jarcasting.com/artifacts/org.codehaus.griffon/gfxbuilder-core/
implementation ("org.codehaus.griffon:gfxbuilder-core:0.5.2")
'org.codehaus.griffon:gfxbuilder-core:jar:0.5.2'
<dependency org="org.codehaus.griffon" name="gfxbuilder-core" rev="0.5.2">
<artifact name="gfxbuilder-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon', module='gfxbuilder-core', version='0.5.2')
)
libraryDependencies += "org.codehaus.griffon" % "gfxbuilder-core" % "0.5.2"
[org.codehaus.griffon/gfxbuilder-core "0.5.2"]