Create Java project with Maven archetype cassandre-trading-bot-spring-boot-starter-basic-archetype


Create a Java Project by archetype cassandre-trading-bot-spring-boot-starter-basic-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="tech.cassandre.trading.bot"   -DarchetypeArtifactId="cassandre-trading-bot-spring-boot-starter-basic-archetype"   -DarchetypeVersion="4.0.1"   -DinteractiveMode=false 

Details about maven archetype cassandre-trading-bot-spring-boot-starter-basic-archetype

GroupId

GroupId

tech.cassandre.trading.bot
ArtifactId

ArtifactId

cassandre-trading-bot-spring-boot-starter-basic-archetype
Version

Version

4.0.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=tech.cassandre.trading.bot -DarchetypeArtifactId=cassandre-trading-bot-spring-boot-starter-basic-archetype -DarchetypeVersion=4.0.1 -DinteractiveMode=false