MVN

com.astralanguage : astra-archetype

Maven & Gradle

Nov 15, 2022

com.astralanguage:astra-archetype · Archetype for generating ASTRA projects

mvn archetype:generate -DarchetypeGroupId=com.astralanguage -DarchetypeArtifactId=astra-archetype -DarchetypeVersion=1.3.4
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.astralanguage : astra-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.3.4

All Versions

Choose a version of com.astralanguage : astra-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.3.x
astra-archetype-1.3.4
astra-archetype-1.3.3
astra-archetype-1.3.2
astra-archetype-1.3.1
astra-archetype-1.3.0
1.2.x
astra-archetype-1.2.1
astra-archetype-1.2.0
1.1.x
astra-archetype-1.1.6
astra-archetype-1.1.5
astra-archetype-1.1.4
astra-archetype-1.1.3
astra-archetype-1.1.2
astra-archetype-1.1.1
astra-archetype-1.1.0
1.0.x
astra-archetype-1.0.11
astra-archetype-1.0.10
astra-archetype-1.0.9
astra-archetype-1.0.8
astra-archetype-1.0.7
astra-archetype-1.0.6
astra-archetype-1.0.4
astra-archetype-1.0.3
astra-archetype-1.0.2
astra-archetype-1.0.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=com.astralanguage -DarchetypeArtifactId=astra-archetype -DarchetypeVersion=1.3.4

Advertisement