Create Java project with Maven archetype cassandre-trading-bot-spring-boot-starter-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-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-archetype"   -DarchetypeVersion="2.0.2"   -DinteractiveMode=false 

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

License

License

GroupId

GroupId

tech.cassandre.trading.bot
ArtifactId

ArtifactId

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

Version

2.0.2
Type

Type

maven-archetype
Description

Description

Trading bot spring boot 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-archetype -DarchetypeVersion=2.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.