| Категории |
КатегорииNetBeans Инструменты разработки IDE Сеть JavaFX Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.raelity.jfx |
| Идентификатор | Идентификаторjavafx-archetype-simple-netbeans |
| Версия | Версия0.0.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.raelity.jfx/javafx-archetype-simple-netbeans/ -->
<dependency>
<groupId>com.raelity.jfx</groupId>
<artifactId>javafx-archetype-simple-netbeans</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.raelity.jfx/javafx-archetype-simple-netbeans/
implementation 'com.raelity.jfx:javafx-archetype-simple-netbeans:0.0.2'
// https://jarcasting.com/artifacts/com.raelity.jfx/javafx-archetype-simple-netbeans/
implementation ("com.raelity.jfx:javafx-archetype-simple-netbeans:0.0.2")
'com.raelity.jfx:javafx-archetype-simple-netbeans:jar:0.0.2'
<dependency org="com.raelity.jfx" name="javafx-archetype-simple-netbeans" rev="0.0.2">
<artifact name="javafx-archetype-simple-netbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.raelity.jfx', module='javafx-archetype-simple-netbeans', version='0.0.2')
)
libraryDependencies += "com.raelity.jfx" % "javafx-archetype-simple-netbeans" % "0.0.2"
[com.raelity.jfx/javafx-archetype-simple-netbeans "0.0.2"]