is not current version
Last Version 2.0.1

de.viadee.camunda:camunda-kafka-model 1.1.0

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.

GroupId

GroupId

de.viadee.camunda
ArtifactId

ArtifactId

camunda-kafka-model
Version

Version

1.1.0
Type

Type

jar

Download camunda-kafka-model 1.1.0


<!-- https://jarcasting.com/artifacts/de.viadee.camunda/camunda-kafka-model/ -->
<dependency>
    <groupId>de.viadee.camunda</groupId>
    <artifactId>camunda-kafka-model</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.viadee.camunda/camunda-kafka-model/
implementation 'de.viadee.camunda:camunda-kafka-model:1.1.0'
// https://jarcasting.com/artifacts/de.viadee.camunda/camunda-kafka-model/
implementation ("de.viadee.camunda:camunda-kafka-model:1.1.0")
'de.viadee.camunda:camunda-kafka-model:jar:1.1.0'
<dependency org="de.viadee.camunda" name="camunda-kafka-model" rev="1.1.0">
  <artifact name="camunda-kafka-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viadee.camunda', module='camunda-kafka-model', version='1.1.0')
)
libraryDependencies += "de.viadee.camunda" % "camunda-kafka-model" % "1.1.0"
[de.viadee.camunda/camunda-kafka-model "1.1.0"]