Create Java project with Maven archetype archetype-rpc

Java components for building high-performance scalable applications with asynchronous I/O, ranging from standalone applications to global solutions.

Create a Java Project by archetype archetype-rpc with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DarchetypeGroupId="io.activej"   -DarchetypeArtifactId="archetype-rpc"   -DarchetypeVersion="5.3"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none

Details about maven archetype archetype-rpc

License

License

GroupId

GroupId

io.activej
ArtifactId

ArtifactId

archetype-rpc
Version

Version

5.3
Type

Type

maven-archetype
Description

Description

Archetypes : Simple RPC application
Java components for building high-performance scalable applications with asynchronous I/O, ranging from standalone applications to global solutions.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.activej -DarchetypeArtifactId=archetype-rpc -DarchetypeVersion=5.3 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains : annotations jar 22.0.0
org.slf4j : slf4j-api jar 1.7.32

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
ch.qos.logback : logback-classic jar 1.2.6
org.jmock : jmock-junit4 jar 2.12.0

Project Modules

There are no modules declared in this project.