License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.codehaus.groovyfx |
ArtifactId | ArtifactIdgroovyfx |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovyFX
Groovy bindings for JavaFX 2
|
Project URL |
Project URL |
Filename | Size |
---|---|
groovyfx-0.4.0.pom | |
groovyfx-0.4.0.jar | 1022 KB |
groovyfx-0.4.0-sources.jar | 130 KB |
groovyfx-0.4.0-javadoc.jar | 372 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovyfx/groovyfx/ -->
<dependency>
<groupId>org.codehaus.groovyfx</groupId>
<artifactId>groovyfx</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovyfx/groovyfx/
implementation 'org.codehaus.groovyfx:groovyfx:0.4.0'
// https://jarcasting.com/artifacts/org.codehaus.groovyfx/groovyfx/
implementation ("org.codehaus.groovyfx:groovyfx:0.4.0")
'org.codehaus.groovyfx:groovyfx:jar:0.4.0'
<dependency org="org.codehaus.groovyfx" name="groovyfx" rev="0.4.0">
<artifact name="groovyfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovyfx', module='groovyfx', version='0.4.0')
)
libraryDependencies += "org.codehaus.groovyfx" % "groovyfx" % "0.4.0"
[org.codehaus.groovyfx/groovyfx "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.3.0 |
org.ow2.asm : asm | jar | 5.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |