не последняя версия
Последняя версия 1.0.3

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

javafx example

Категории

Категории

JavaFX Взаимодействие с пользователем
Группа

Группа

org.jbundle.javafx.example
Идентификатор

Идентификатор

org.jbundle.javafx.example.helloworld
Версия

Версия

0.9.0
Тип

Тип

jar

Скачать 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"]