Maven Archetypes for JavaFX

Maven archetypes for creating different types of JavaFX application.

License

License

Categories

Categories

Maven Build Tools JavaFX User Interface
GroupId

GroupId

org.openjfx
ArtifactId

ArtifactId

javafx-maven-archetypes
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

pom
Description

Description

Maven Archetypes for JavaFX
Maven archetypes for creating different types of JavaFX application.
Project URL

Project URL

https://openjfx.io
Project Organization

Project Organization

Gluon
Source Code Management

Source Code Management

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

Download javafx-maven-archetypes

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

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

org.openjfx

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1