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