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.

License

License

Categories

Categories

JavaFX User Interface
GroupId

GroupId

com.zenjava
ArtifactId

ArtifactId

javafx-deploy-lib
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/zonski/javafx-deploy-lib
Source Code Management

Source Code Management

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

Download javafx-deploy-lib

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.velocity : velocity jar 1.7

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
junit-addons : junit-addons jar 1.4

Project Modules

There are no modules declared in this project.

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 />.

Versions

Version
1.2
1.1
1.0