Создать Java проект на основе Maven архетипа streams-quickstart-java

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Консольная команда для создания Java-проекта на основе архетипа streams-quickstart-java:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.kafka"   -DarchetypeArtifactId="streams-quickstart-java"   -DarchetypeVersion="2.8.0"   -DinteractiveMode=false 

Подробная информация об архетипе streams-quickstart-java

Лицензия

Лицензия

Группа

Группа

org.apache.kafka
Идентификатор

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

streams-quickstart-java
Версия

Версия

2.8.0
Тип

Тип

maven-archetype
Описание

Описание

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.kafka -DarchetypeArtifactId=streams-quickstart-java -DarchetypeVersion=2.8.0 -DinteractiveMode=false

Зависимости

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

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

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