MVN

de.learnlib.archetypes : basic

Maven & Gradle

Oct 12, 2020
1 usages

LearnLib :: Archetypes :: Basic · Archetype for a basic LearnLib setup, including the most commonly used dependencies

mvn archetype:generate -DarchetypeGroupId=de.learnlib.archetypes -DarchetypeArtifactId=basic -DarchetypeVersion=0.16.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.learnlib.archetypes : basic to generate a Maven project - Latest Versions:

  • Latest Stable: 0.16.0

All Versions

Choose a version of de.learnlib.archetypes : basic to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.16.x
basic-0.16.0
0.15.x
basic-0.15.0
0.14.x
basic-0.14.0
0.13.x
basic-0.13.1
basic-0.13.0

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=de.learnlib.archetypes -DarchetypeArtifactId=basic -DarchetypeVersion=0.16.0

Advertisement