MVN

io.github.jez04-cs : java21-quickstart

Maven & Gradle

Feb 23, 2024

java21-quickstart-archetype · This artifact is designed for beginers to create preconfigured project with Java 21 and module, with several standarts libraries and technologies. Created project use Java 21 and contains Junit 5, Log4j2, Lombok.

mvn archetype:generate -DarchetypeGroupId=io.github.jez04-cs -DarchetypeArtifactId=java21-quickstart -DarchetypeVersion=1.0.13
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jez04-cs : java21-quickstart to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of io.github.jez04-cs : java21-quickstart to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
java21-quickstart-1.0.13

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=io.github.jez04-cs -DarchetypeArtifactId=java21-quickstart -DarchetypeVersion=1.0.13