mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.apache.avro" -DarchetypeArtifactId="avro-service-archetype" -DarchetypeVersion="1.11.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.apache.avro |
ArtifactId | ArtifactIdavro-service-archetype |
Version | Version1.11.0 |
Type | Typemaven-archetype |
Description |
DescriptionApache Avro Maven Service Archetype
Archetype that generates a simple example Avro service
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.apache.avro -DarchetypeArtifactId=avro-service-archetype -DarchetypeVersion=1.11.0 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |