mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -Dversion="My-version" -DarchetypeGroupId="io.datakernel" -DarchetypeArtifactId="archetype-rpc" -DarchetypeVersion="3.1.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIdarchetype-rpc |
Version | Version3.1.0 |
Type | Typemaven-archetype |
Description |
DescriptionArchetypes : Simple RPC application
Java components for building high-performance scalable applications with asynchronous I/O,
ranging from standalone applications to global solutions.
|
Project URL |
Project URL |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.datakernel -DarchetypeArtifactId=archetype-rpc -DarchetypeVersion=3.1.0 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 17.0.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
org.jmock : jmock-junit4 | jar | 2.8.1 |