MVN

com.mitchseymour : ksql-udf-quickstart

Maven & Gradle

Dec 21, 2018
1 stars

KSQL UDF :: Quickstart · An archetype for building KSQL UDFs and UDAFs

mvn archetype:generate -DarchetypeGroupId=com.mitchseymour -DarchetypeArtifactId=ksql-udf-quickstart -DarchetypeVersion=0.1.2
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mitchseymour : ksql-udf-quickstart to generate a Maven project - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of com.mitchseymour : ksql-udf-quickstart to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.1.x
ksql-udf-quickstart-0.1.2
ksql-udf-quickstart-0.1.1
ksql-udf-quickstart-0.1.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=com.mitchseymour -DarchetypeArtifactId=ksql-udf-quickstart -DarchetypeVersion=0.1.2

Advertisement