| Лицензия |
Лицензия
Apache License
|
|---|---|
| Группа | Группаio.camunda |
| Идентификатор | Идентификаторspring-zeebe-starter |
| Версия | Версия1.2.6 |
| Тип | Типjar |
| Описание |
Описаниеlib/spring-zeebe-client-starter
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-starter-1.2.6.pom | |
| spring-zeebe-starter-1.2.6.jar | 18 KB |
| spring-zeebe-starter-1.2.6-sources.jar | 7 KB |
| spring-zeebe-starter-1.2.6-javadoc.jar | 459 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.camunda/spring-zeebe-starter/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-zeebe-starter</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/spring-zeebe-starter/
implementation 'io.camunda:spring-zeebe-starter:1.2.6'
// https://jarcasting.com/artifacts/io.camunda/spring-zeebe-starter/
implementation ("io.camunda:spring-zeebe-starter:1.2.6")
'io.camunda:spring-zeebe-starter:jar:1.2.6'
<dependency org="io.camunda" name="spring-zeebe-starter" rev="1.2.6">
<artifact name="spring-zeebe-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='spring-zeebe-starter', version='1.2.6')
)
libraryDependencies += "io.camunda" % "spring-zeebe-starter" % "1.2.6"
[io.camunda/spring-zeebe-starter "1.2.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| io.camunda : spring-zeebe | jar | 1.2.6 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | |
| org.springframework.boot : spring-boot-starter-actuator Необязательный | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |