Create Java project with Maven archetype archetype-dataapi

maven archetypes of leap framework

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.leapframework"   -DarchetypeArtifactId="archetype-dataapi"   -DarchetypeVersion="0.6.2b"   -DinteractiveMode=false 

Details about maven archetype archetype-dataapi

License

License

GroupId

GroupId

org.leapframework
ArtifactId

ArtifactId

archetype-dataapi
Version

Version

0.6.2b
Type

Type

maven-archetype
Description

Description

maven archetypes of leap framework

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.leapframework -DarchetypeArtifactId=archetype-dataapi -DarchetypeVersion=0.6.2b -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.