| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.camunda |
| Идентификатор | Идентификаторzeebe-broker |
| Версия | Версия1.3.0-alpha2 |
| Тип | Типjar |
| Описание |
ОписаниеZeebe Broker
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-broker-1.3.0-alpha2.pom | |
| zeebe-broker-1.3.0-alpha2.jar | 465 KB |
| zeebe-broker-1.3.0-alpha2-tests.jar | 284 KB |
| zeebe-broker-1.3.0-alpha2-test-sources.jar | 132 KB |
| zeebe-broker-1.3.0-alpha2-sources.jar | 287 KB |
| zeebe-broker-1.3.0-alpha2-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-broker/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-broker</artifactId>
<version>1.3.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-broker/
implementation 'io.camunda:zeebe-broker:1.3.0-alpha2'
// https://jarcasting.com/artifacts/io.camunda/zeebe-broker/
implementation ("io.camunda:zeebe-broker:1.3.0-alpha2")
'io.camunda:zeebe-broker:jar:1.3.0-alpha2'
<dependency org="io.camunda" name="zeebe-broker" rev="1.3.0-alpha2">
<artifact name="zeebe-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-broker', version='1.3.0-alpha2')
)
libraryDependencies += "io.camunda" % "zeebe-broker" % "1.3.0-alpha2"
[io.camunda/zeebe-broker "1.3.0-alpha2"]