Create Java project with Maven archetype ksql-udf-quickstart

An archetype for building KSQL UDFs and UDAFs

Create a Java Project by archetype ksql-udf-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.mitchseymour"   -DarchetypeArtifactId="ksql-udf-quickstart"   -DarchetypeVersion="0.1.2"   -DinteractiveMode=false 

Details about maven archetype ksql-udf-quickstart

License

License

GroupId

GroupId

com.mitchseymour
ArtifactId

ArtifactId

ksql-udf-quickstart
Version

Version

0.1.2
Type

Type

maven-archetype
Description

Description

KSQL UDF :: Quickstart
An archetype for building KSQL UDFs and UDAFs
Project URL

Project URL

https://github.com/mitch-seymour/ksql-archetypes
Source Code Management

Source Code Management

https://github.com/mitch-seymour/ksql-archetypes

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.mitchseymour -DarchetypeArtifactId=ksql-udf-quickstart -DarchetypeVersion=0.1.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.