mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.exonum.binding" -DarchetypeArtifactId="exonum-java-binding-service-archetype" -DarchetypeVersion="0.10.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.exonum.binding |
ArtifactId | ArtifactIdexonum-java-binding-service-archetype |
Version | Version0.10.0 |
Type | Typemaven-archetype |
Description |
DescriptionExonum Service Maven Archetype: Quickstart
Archetype for creating Exonum Service application.
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.exonum.binding -DarchetypeArtifactId=exonum-java-binding-service-archetype -DarchetypeVersion=0.10.0 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
com.exonum.binding : exonum-java-binding-core | jar | 0.10.0 |
com.exonum.binding : exonum-testkit | jar | 0.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.hamcrest : hamcrest | jar | 2.2 |