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

Parent pom providing dependency and plugin management for applications built with Maven

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="5.0.2"   -DinteractiveMode=false 

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

License

License

GroupId

GroupId

tech.cassandre.trading.bot
ArtifactId

ArtifactId

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

Version

5.0.2
Type

Type

maven-archetype
Description

Description

Cassandre trading bot basic archetype
Parent pom providing dependency and plugin management for applications built with Maven

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=5.0.2 -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.