Maven Archetypes for JavaFX with NetBeans

Maven archetypes for creating different types of JavaFX application with NetBeans.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка JavaFX Взаимодействие с пользователем
Группа

Группа

com.raelity.jfx
Идентификатор

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

javafx-maven-archetypes
Последняя версия

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

0.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Maven Archetypes for JavaFX with NetBeans
Maven archetypes for creating different types of JavaFX application with NetBeans.
Ссылка на сайт

Ссылка на сайт

https://netbeans.apache.org
Организация-разработчик

Организация-разработчик

Raelity
Система контроля версий

Система контроля версий

https://github.com/errael/javafx-maven-archetypes

Скачать javafx-maven-archetypes

Имя Файла Размер
javafx-maven-archetypes-0.0.1.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.raelity.jfx/javafx-maven-archetypes/ -->
<dependency>
    <groupId>com.raelity.jfx</groupId>
    <artifactId>javafx-maven-archetypes</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.raelity.jfx/javafx-maven-archetypes/
implementation 'com.raelity.jfx:javafx-maven-archetypes:0.0.1'
// https://jarcasting.com/artifacts/com.raelity.jfx/javafx-maven-archetypes/
implementation ("com.raelity.jfx:javafx-maven-archetypes:0.0.1")
'com.raelity.jfx:javafx-maven-archetypes:pom:0.0.1'
<dependency org="com.raelity.jfx" name="javafx-maven-archetypes" rev="0.0.1">
  <artifact name="javafx-maven-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.raelity.jfx', module='javafx-maven-archetypes', version='0.0.1')
)
libraryDependencies += "com.raelity.jfx" % "javafx-maven-archetypes" % "0.0.1"
[com.raelity.jfx/javafx-maven-archetypes "0.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • javafx-archetype-simple
  • javafx-archetype-fxml

Maven Archetypes for JavaFX

Maven archetypes for creating different types of JavaFX application.

Maven Central BSD-3 license

The project is a multi-module Maven project. Each module contains an archetype for creating a JavaFX application.

All projects created via the archetype(s) make use of the JavaFX Maven plugin for compiling and running the JavaFX application.

Prerequisites

  • JDK 11
  • Maven 3

Install archetype locally

To install all the archetypes in your local repository execute the following commands:

git clone https://github.com/openjfx/javafx-maven-archetypes.git
cd javafx-maven-archetypes
mvn clean install

This will install all the javafx archetypes in your local repository.

If you wish to install just one of the archetypes, you can add the name of the project by using -pl:

mvn clean install -pl javafx-archetype-simple

For more information on how to create a project from a local repository, please refer to individual module's README.

Версии библиотеки

Версия
0.0.1