| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.zeebe |
| Идентификатор | Идентификаторzeebe-kafka-exporter-root |
| Версия | Версия3.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеZeebe 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| zeebe-kafka-exporter-root-3.0.0.pom | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter-root/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-kafka-exporter-root</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter-root/
implementation 'io.zeebe:zeebe-kafka-exporter-root:3.0.0'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-kafka-exporter-root/
implementation ("io.zeebe:zeebe-kafka-exporter-root:3.0.0")
'io.zeebe:zeebe-kafka-exporter-root:pom:3.0.0'
<dependency org="io.zeebe" name="zeebe-kafka-exporter-root" rev="3.0.0">
<artifact name="zeebe-kafka-exporter-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-kafka-exporter-root', version='3.0.0')
)
libraryDependencies += "io.zeebe" % "zeebe-kafka-exporter-root" % "3.0.0"
[io.zeebe/zeebe-kafka-exporter-root "3.0.0"]