is not current version
Last Version 0.4.0

org.codehaus.groovyfx:groovyfx 0.3.1

Groovy bindings for JavaFX 2

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovyfx
ArtifactId

ArtifactId

groovyfx
Version

Version

0.3.1
Type

Type

jar

Download groovyfx 0.3.1


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