Create Java project with Maven archetype JacpFX-simple-quickstart

JacpFX arechetype with predefined workbench, perspective and components. This is a good starting point to dive into JacpFX..

Create a Java Project by archetype JacpFX-simple-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jacpfx"   -DarchetypeArtifactId="JacpFX-simple-quickstart"   -DarchetypeVersion="2.1"   -DinteractiveMode=false 

Details about maven archetype JacpFX-simple-quickstart

License

License

GroupId

GroupId

org.jacpfx
ArtifactId

ArtifactId

JacpFX-simple-quickstart
Version

Version

2.1
Type

Type

maven-archetype
Description

Description

JacpFX-simple-quickstart
JacpFX arechetype with predefined workbench, perspective and components. This is a good starting point to dive into JacpFX..
Project URL

Project URL

https://github.com/JacpFX/JacpFX

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jacpfx -DarchetypeArtifactId=JacpFX-simple-quickstart -DarchetypeVersion=2.1 -DinteractiveMode=false

Dependencies

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

Project Modules

There are no modules declared in this project.