MVN

org.pf4j : pf4j-quickstart

Maven & Gradle

Jan 30, 2023
2k stars

Quickstart Archetype

mvn archetype:generate -DarchetypeGroupId=org.pf4j -DarchetypeArtifactId=pf4j-quickstart -DarchetypeVersion=3.9.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pf4j : pf4j-quickstart to generate a Maven project - Latest Versions:

  • Latest Stable: 3.9.0

All Versions

Choose a version of org.pf4j : pf4j-quickstart to generate a Maven project - All Versions:

Version Vulnerabilities Updated
3.9.x
pf4j-quickstart-3.9.0
3.8.x
pf4j-quickstart-3.8.0
3.7.x
pf4j-quickstart-3.7.0
3.6.x
pf4j-quickstart-3.6.0
3.5.x
pf4j-quickstart-3.5.0
3.4.x
pf4j-quickstart-3.4.1
pf4j-quickstart-3.4.0
3.3.x
pf4j-quickstart-3.3.1
pf4j-quickstart-3.3.0
3.2.x
pf4j-quickstart-3.2.0
3.1.x
pf4j-quickstart-3.1.0
3.0.x
pf4j-quickstart-3.0.1

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.pf4j -DarchetypeArtifactId=pf4j-quickstart -DarchetypeVersion=3.9.0

Advertisement