MVN

org.jacpfx : JacpFX-simple-quickstart

Maven & Gradle

Dec 04, 2015
65 stars

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

mvn archetype:generate -DarchetypeGroupId=org.jacpfx -DarchetypeArtifactId=JacpFX-simple-quickstart -DarchetypeVersion=2.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jacpfx : JacpFX-simple-quickstart to generate a Maven project - Latest Versions:

  • Latest Stable: 2.1
  • Latest Release Candidate: 2.0-RC4

All Versions

Choose a version of org.jacpfx : JacpFX-simple-quickstart to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.1
JacpFX-simple-quickstart-2.1
2.0.x
JacpFX-simple-quickstart-2.0.2
JacpFX-simple-quickstart-2.0.1
2.0
JacpFX-simple-quickstart-2.0
JacpFX-simple-quickstart-2.0-RC4
JacpFX-simple-quickstart-2.0-RC3

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.jacpfx -DarchetypeArtifactId=JacpFX-simple-quickstart -DarchetypeVersion=2.1

Advertisement