mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Djooby-version="My-jooby-version" -DarchetypeGroupId="org.jooby" -DarchetypeArtifactId="jooby-archetype" -DarchetypeVersion="1.6.9" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-archetype |
Version | Version1.6.9 |
Type | Typemaven-archetype |
Description |
Descriptionjooby archetype generator
A modular micro web framework for Java and Kotlin
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.jooby -DarchetypeArtifactId=jooby-archetype -DarchetypeVersion=1.6.9 -DinteractiveMode=false