is not current version
Last Version 1.0.3

org.jbundle.javafx.example:org.jbundle.javafx.example.helloworld 0.9.0

javafx example

Categories

Categories

JavaFX User Interface
GroupId

GroupId

org.jbundle.javafx.example
ArtifactId

ArtifactId

org.jbundle.javafx.example.helloworld
Version

Version

0.9.0
Type

Type

jar

Download org.jbundle.javafx.example.helloworld 0.9.0


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