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