MVN

com.hiskasoft.antlr4 : antlr4-archetype

Maven & Gradle

Apr 30, 2021
0 stars

antlr4-archetype · Create custom lang with ANTLR v4

mvn archetype:generate -DarchetypeGroupId=com.hiskasoft.antlr4 -DarchetypeArtifactId=antlr4-archetype -DarchetypeVersion=0.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hiskasoft.antlr4 : antlr4-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of com.hiskasoft.antlr4 : antlr4-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.1
antlr4-archetype-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=com.hiskasoft.antlr4 -DarchetypeArtifactId=antlr4-archetype -DarchetypeVersion=0.1