MVN

de.viadee.camunda : camunda-kafka-model

Maven & Gradle

Feb 18, 2022
1 usages
29 stars

camunda-kafka-model · A small Java-based toolset to gather event data from a Camunda BPM engine and store it in Apache Kafka. Repository contains the camunda-kafka-polling-client and the camunda-kafka-model, to make reuse of the data structures easy. This tooling is meant to be used as a part of the viadee Process Warehouse or the bpmn.ai concepts. This is the model module, i.e. it contains the data model classes for reuse by Java-based, downstream analysis components.

<dependency>
    <groupId>de.viadee.camunda</groupId>
    <artifactId>camunda-kafka-model</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.viadee.camunda : camunda-kafka-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of de.viadee.camunda : camunda-kafka-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
camunda-kafka-model-2.0.1
camunda-kafka-model-2.0.0
1.2.x
camunda-kafka-model-1.2.5
camunda-kafka-model-1.2.3
camunda-kafka-model-1.2.1
camunda-kafka-model-1.2.0
1.1.x
camunda-kafka-model-1.1.2
camunda-kafka-model-1.1.1
camunda-kafka-model-1.1.0
1.0.x
camunda-kafka-model-1.0.2
camunda-kafka-model-1.0.1

How to add a dependency to Maven

Add the following de.viadee.camunda : camunda-kafka-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.viadee.camunda</groupId>
    <artifactId>camunda-kafka-model</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.viadee.camunda : camunda-kafka-model gradle dependency to your build.gradle file:

implementation 'de.viadee.camunda:camunda-kafka-model:2.0.1'

Gradle Kotlin DSL: Add the following de.viadee.camunda : camunda-kafka-model gradle kotlin dependency to your build.gradle.kts file:

implementation("de.viadee.camunda:camunda-kafka-model:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.viadee.camunda : camunda-kafka-model sbt scala dependency to your build.sbt file:

libraryDependencies += "de.viadee.camunda" % "camunda-kafka-model" % "2.0.1"