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

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

Консольная команда для создания 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="5.0.6"   -DinteractiveMode=false 

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

Лицензия

Лицензия

Группа

Группа

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

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

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

Версия

5.0.6
Тип

Тип

maven-archetype
Описание

Описание

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

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

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.6 -DinteractiveMode=false

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.