Create Java project with Maven archetype azkarra-quickstart-kotlin

Maven Archetype for creating a simple Azkarra Streams project with Kotlin

Create a Java Project by archetype azkarra-quickstart-kotlin with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion="My-version"   -DarchetypeGroupId="io.streamthoughts"   -DarchetypeArtifactId="azkarra-quickstart-kotlin"   -DarchetypeVersion="0.9.2"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none

Details about maven archetype azkarra-quickstart-kotlin

License

License

GroupId

GroupId

io.streamthoughts
ArtifactId

ArtifactId

azkarra-quickstart-kotlin
Version

Version

0.9.2
Type

Type

maven-archetype
Description

Description

Azkarra Streams : Quickstart Java
Maven Archetype for creating a simple Azkarra Streams project with Kotlin
Project Organization

Project Organization

streamthoughts

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.streamthoughts -DarchetypeArtifactId=azkarra-quickstart-kotlin -DarchetypeVersion=0.9.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.