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

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

javafx example

Категории

Категории

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

Группа

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

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

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

Версия

1.0.0
Тип

Тип

jar

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