| Лицензия |
Лицензия
Apache License
|
|---|---|
| Группа | Группаio.camunda |
| Идентификатор | Идентификаторspring-zeebe |
| Версия | Версия1.3.0 |
| Тип | Типjar |
| Описание |
Описаниеlib/spring-zeebe-client
This pom defines the required plugins and profiles to allow a camunda community hub release build.
Inherit this pom when you want to use the camunda community hub GitHub release action.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| spring-zeebe-1.3.0.pom | |
| spring-zeebe-1.3.0.jar | 46 KB |
| spring-zeebe-1.3.0-sources.jar | 24 KB |
| spring-zeebe-1.3.0-javadoc.jar | 627 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.camunda/spring-zeebe/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-zeebe</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/spring-zeebe/
implementation 'io.camunda:spring-zeebe:1.3.0'
// https://jarcasting.com/artifacts/io.camunda/spring-zeebe/
implementation ("io.camunda:spring-zeebe:1.3.0")
'io.camunda:spring-zeebe:jar:1.3.0'
<dependency org="io.camunda" name="spring-zeebe" rev="1.3.0">
<artifact name="spring-zeebe" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='spring-zeebe', version='1.3.0')
)
libraryDependencies += "io.camunda" % "spring-zeebe" % "1.3.0"
[io.camunda/spring-zeebe "1.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.camunda : zeebe-client-java | jar | |
| io.camunda : spring-zeebe-util | jar | 1.3.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |