License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdde.viadee.camunda |
ArtifactId | ArtifactIdcamunda-kafka-polling-client-parent |
Version | Version1.2.5 |
Type | Typepom |
Description |
Descriptioncamunda-kafka-polling-client-parent
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.
|
Project URL |
Project URL |
Project Organization |
Project Organizationviadee Unternehmensberatung AG |
Filename | Size |
---|---|
camunda-kafka-polling-client-parent-1.2.5.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.viadee.camunda/camunda-kafka-polling-client-parent/ -->
<dependency>
<groupId>de.viadee.camunda</groupId>
<artifactId>camunda-kafka-polling-client-parent</artifactId>
<version>1.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.viadee.camunda/camunda-kafka-polling-client-parent/
implementation 'de.viadee.camunda:camunda-kafka-polling-client-parent:1.2.5'
// https://jarcasting.com/artifacts/de.viadee.camunda/camunda-kafka-polling-client-parent/
implementation ("de.viadee.camunda:camunda-kafka-polling-client-parent:1.2.5")
'de.viadee.camunda:camunda-kafka-polling-client-parent:pom:1.2.5'
<dependency org="de.viadee.camunda" name="camunda-kafka-polling-client-parent" rev="1.2.5">
<artifact name="camunda-kafka-polling-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.viadee.camunda', module='camunda-kafka-polling-client-parent', version='1.2.5')
)
libraryDependencies += "de.viadee.camunda" % "camunda-kafka-polling-client-parent" % "1.2.5"
[de.viadee.camunda/camunda-kafka-polling-client-parent "1.2.5"]