is not current version
Last Version 1.0.3

org.jbundle.javafx.example:org.jbundle.javafx.example.helloworld 1.0.0

javafx example

Categories

Categories

JavaFX User Interface
GroupId

GroupId

org.jbundle.javafx.example
ArtifactId

ArtifactId

org.jbundle.javafx.example.helloworld
Version

Version

1.0.0
Type

Type

jar

Download org.jbundle.javafx.example.helloworld 1.0.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>1.0.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:1.0.0'
// https://jarcasting.com/artifacts/org.jbundle.javafx.example/org.jbundle.javafx.example.helloworld/
implementation ("org.jbundle.javafx.example:org.jbundle.javafx.example.helloworld:1.0.0")
'org.jbundle.javafx.example:org.jbundle.javafx.example.helloworld:jar:1.0.0'
<dependency org="org.jbundle.javafx.example" name="org.jbundle.javafx.example.helloworld" rev="1.0.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='1.0.0')
)
libraryDependencies += "org.jbundle.javafx.example" % "org.jbundle.javafx.example.helloworld" % "1.0.0"
[org.jbundle.javafx.example/org.jbundle.javafx.example.helloworld "1.0.0"]