MVN

cc.gasches.archetypes : micronaut-kotlin-cli

Maven & Gradle

Mar 31, 2019

Micronaut Kotlin CLI Application Archetype

mvn archetype:generate -DarchetypeGroupId=cc.gasches.archetypes -DarchetypeArtifactId=micronaut-kotlin-cli -DarchetypeVersion=1.1.0.M2-1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.gasches.archetypes : micronaut-kotlin-cli to generate a Maven project - Latest Versions:

  • Latest Stable: 1.1.0.M2-1

All Versions

Choose a version of cc.gasches.archetypes : micronaut-kotlin-cli to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.1.x
micronaut-kotlin-cli-1.1.0.M2-1
micronaut-kotlin-cli-1.1.0.M2

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=cc.gasches.archetypes -DarchetypeArtifactId=micronaut-kotlin-cli -DarchetypeVersion=1.1.0.M2-1

Advertisement