| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.zeebe |
| Идентификатор | Идентификаторzeebe-gateway-protocol |
| Версия | Версия1.0.0-alpha7 |
| Тип | Типjar |
| Описание |
ОписаниеZeebe Gateway Protocol
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.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-gateway-protocol/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-gateway-protocol</artifactId>
<version>1.0.0-alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-gateway-protocol/
implementation 'io.zeebe:zeebe-gateway-protocol:1.0.0-alpha7'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-gateway-protocol/
implementation ("io.zeebe:zeebe-gateway-protocol:1.0.0-alpha7")
'io.zeebe:zeebe-gateway-protocol:jar:1.0.0-alpha7'
<dependency org="io.zeebe" name="zeebe-gateway-protocol" rev="1.0.0-alpha7">
<artifact name="zeebe-gateway-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-gateway-protocol', version='1.0.0-alpha7')
)
libraryDependencies += "io.zeebe" % "zeebe-gateway-protocol" % "1.0.0-alpha7"
[io.zeebe/zeebe-gateway-protocol "1.0.0-alpha7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.zeebe : zeebe-build-tools | jar | 1.0.0-alpha7 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |