| License |
License |
|---|---|
| GroupId | GroupIdio.zeebe |
| ArtifactId | ArtifactIdzeebe-kafka-exporter |
| Last Version | Last Version3.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionZeebe Kafka Exporter
This pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-kafka-exporter</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter/
implementation 'io.zeebe:zeebe-kafka-exporter:3.1.1'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter/
implementation ("io.zeebe:zeebe-kafka-exporter:3.1.1")
'io.zeebe:zeebe-kafka-exporter:jar:3.1.1'
<dependency org="io.zeebe" name="zeebe-kafka-exporter" rev="3.1.1">
<artifact name="zeebe-kafka-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-kafka-exporter', version='3.1.1')
)
libraryDependencies += "io.zeebe" % "zeebe-kafka-exporter" % "3.1.1"
[io.zeebe/zeebe-kafka-exporter "3.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.zeebe : zeebe-kafka-exporter-serde | jar | 3.1.1 |
| org.apache.kafka : kafka-clients | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.camunda : zeebe-protocol | jar | |
| io.camunda : zeebe-exporter-api | jar | |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| org.agrona : agrona | jar | 1.14.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.camunda : zeebe-protocol-jackson | jar | |
| io.camunda : zeebe-test | jar | |
| org.slf4j : slf4j-simple | jar | 1.7.36 |
| org.junit.jupiter : junit-jupiter-api | jar | |
| org.junit.jupiter : junit-jupiter-params | jar | |
| org.assertj : assertj-core | jar | 3.22.0 |