mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.oneandone" -DarchetypeArtifactId="typedrest-archetype" -DarchetypeVersion="0.30" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.oneandone |
ArtifactId | ArtifactIdtypedrest-archetype |
Version | Version0.30 |
Type | Typemaven-archetype |
Description |
DescriptionTypedRest Archetype
Archetype for building TypedRest web applications that can run standalone or be consumed as a library.
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.oneandone -DarchetypeArtifactId=typedrest-archetype -DarchetypeVersion=0.30 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |