| License |
License |
|---|---|
| GroupId | GroupIdio.zeebe |
| ArtifactId | ArtifactIdzeebe-kafka-exporter-root |
| Last Version | Last Version3.1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionZeebe Kafka Exporter Root
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 URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| zeebe-kafka-exporter-root-3.1.1.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter-root/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-kafka-exporter-root</artifactId>
<version>3.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter-root/
implementation 'io.zeebe:zeebe-kafka-exporter-root:3.1.1'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter-root/
implementation ("io.zeebe:zeebe-kafka-exporter-root:3.1.1")
'io.zeebe:zeebe-kafka-exporter-root:pom:3.1.1'
<dependency org="io.zeebe" name="zeebe-kafka-exporter-root" rev="3.1.1">
<artifact name="zeebe-kafka-exporter-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-kafka-exporter-root', version='3.1.1')
)
libraryDependencies += "io.zeebe" % "zeebe-kafka-exporter-root" % "3.1.1"
[io.zeebe/zeebe-kafka-exporter-root "3.1.1"]