is not current version
Last Version 2.0.1

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

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.0.1
Type

Type

jar

Download camunda-kafka-model 1.0.1


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