MVN

io.streamthoughts : azkarra-quickstart-kotlin

Maven & Gradle

Mar 26, 2021
167 stars

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

mvn archetype:generate -DarchetypeGroupId=io.streamthoughts -DarchetypeArtifactId=azkarra-quickstart-kotlin -DarchetypeVersion=0.9.2
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.streamthoughts : azkarra-quickstart-kotlin to generate a Maven project - Latest Versions:

  • Latest Stable: 0.9.2

All Versions

Choose a version of io.streamthoughts : azkarra-quickstart-kotlin to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.9.x
azkarra-quickstart-kotlin-0.9.2
azkarra-quickstart-kotlin-0.9.1
azkarra-quickstart-kotlin-0.9.0
0.8.x
azkarra-quickstart-kotlin-0.8.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=io.streamthoughts -DarchetypeArtifactId=azkarra-quickstart-kotlin -DarchetypeVersion=0.9.2

Advertisement