| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.camunda |
| Идентификатор | Идентификаторzeebe-broker |
| Версия | Версия1.1.0-alpha1 |
| Тип | Тип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.1.0-alpha1.pom | |
| zeebe-broker-1.1.0-alpha1.jar | 364 KB |
| zeebe-broker-1.1.0-alpha1-tests.jar | 155 KB |
| zeebe-broker-1.1.0-alpha1-test-sources.jar | 76 KB |
| zeebe-broker-1.1.0-alpha1-sources.jar | 232 KB |
| zeebe-broker-1.1.0-alpha1-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-broker/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-broker</artifactId>
<version>1.1.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-broker/
implementation 'io.camunda:zeebe-broker:1.1.0-alpha1'
// https://jarcasting.com/artifacts/io.camunda/zeebe-broker/
implementation ("io.camunda:zeebe-broker:1.1.0-alpha1")
'io.camunda:zeebe-broker:jar:1.1.0-alpha1'
<dependency org="io.camunda" name="zeebe-broker" rev="1.1.0-alpha1">
<artifact name="zeebe-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-broker', version='1.1.0-alpha1')
)
libraryDependencies += "io.camunda" % "zeebe-broker" % "1.1.0-alpha1"
[io.camunda/zeebe-broker "1.1.0-alpha1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.camunda : zeebe-protocol-test-util | jar | 1.1.0-alpha1 |
| io.camunda : zeebe-test-util | jar | 1.1.0-alpha1 |
| io.camunda : zeebe-client-java | jar | 1.1.0-alpha1 |
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.10.0 |
| org.assertj : assertj-core | jar | 3.19.0 |
| org.awaitility : awaitility | jar | 4.0.3 |
| org.apache.logging.log4j : log4j-api | jar | 2.14.1 |
| io.camunda : zeebe-workflow-engine | test-jar | 1.1.0-alpha1 |
| io.camunda : zeebe-logstreams | test-jar | 1.1.0-alpha1 |
| io.camunda : zeebe-build-tools | jar | 1.1.0-alpha1 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |