JavaFX Deploy Library

The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library that comes with the JDK but without the limitations that come from being bundled in the JDK.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

javafx-deploy-lib
Последняя версия

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

1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

JavaFX Deploy Library
The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library that comes with the JDK but without the limitations that come from being bundled in the JDK.
Ссылка на сайт

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

https://github.com/zonski/javafx-deploy-lib
Система контроля версий

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

https://github.com/zonski/javafx-deploy-lib.git

Скачать javafx-deploy-lib

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

<!-- https://jarcasting.com/artifacts/com.zenjava/javafx-deploy-lib/ -->
<dependency>
    <groupId>com.zenjava</groupId>
    <artifactId>javafx-deploy-lib</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.zenjava/javafx-deploy-lib/
implementation 'com.zenjava:javafx-deploy-lib:1.2'
// https://jarcasting.com/artifacts/com.zenjava/javafx-deploy-lib/
implementation ("com.zenjava:javafx-deploy-lib:1.2")
'com.zenjava:javafx-deploy-lib:jar:1.2'
<dependency org="com.zenjava" name="javafx-deploy-lib" rev="1.2">
  <artifact name="javafx-deploy-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zenjava', module='javafx-deploy-lib', version='1.2')
)
libraryDependencies += "com.zenjava" % "javafx-deploy-lib" % "1.2"
[com.zenjava/javafx-deploy-lib "1.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.velocity : velocity jar 1.7

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
junit-addons : junit-addons jar 1.4

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

Данный проект не имеет модулей.

JavaFX Deploy Lib

The JavaFX Deploy Lib provides core functionality for assembling JavaFX applications

Licence

The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications Copyright (C) 2012 Daniel Zwolenski

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses />.

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

Версия
1.2
1.1
1.0