Создать Java проект на основе Maven архетипа cassandre-trading-bot-spring-boot-starter-basic-archetype


Консольная команда для создания Java-проекта на основе архетипа cassandre-trading-bot-spring-boot-starter-basic-archetype:

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

Подробная информация об архетипе cassandre-trading-bot-spring-boot-starter-basic-archetype

Группа

Группа

tech.cassandre.trading.bot
Идентификатор

Идентификатор

cassandre-trading-bot-spring-boot-starter-basic-archetype
Версия

Версия

2.3.0
Тип

Тип

maven-archetype

Как подключить последнюю версию

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=2.3.0 -DinteractiveMode=false