mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -Dversion="My-version" -DmainClassName="My-mainClassName" -DarchetypeGroupId="io.datakernel" -DarchetypeArtifactId="http-archetype" -DarchetypeVersion="3.0.0-beta2" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIdhttp-archetype |
Version | Version3.0.0-beta2 |
Type | Typemaven-archetype |
Description |
DescriptionSimple HTTP DataKernel App Archetype
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=http-archetype -DarchetypeVersion=3.0.0-beta2 -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 |