| GroupId | GroupIdio.zeebe |
|---|---|
| ArtifactId | ArtifactIdzeebe-kafka-exporter-root |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| zeebe-kafka-exporter-root-1.0.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter-root/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-kafka-exporter-root</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter-root/
implementation 'io.zeebe:zeebe-kafka-exporter-root:1.0.0'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter-root/
implementation ("io.zeebe:zeebe-kafka-exporter-root:1.0.0")
'io.zeebe:zeebe-kafka-exporter-root:pom:1.0.0'
<dependency org="io.zeebe" name="zeebe-kafka-exporter-root" rev="1.0.0">
<artifact name="zeebe-kafka-exporter-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-kafka-exporter-root', version='1.0.0')
)
libraryDependencies += "io.zeebe" % "zeebe-kafka-exporter-root" % "1.0.0"
[io.zeebe/zeebe-kafka-exporter-root "1.0.0"]