| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.camunda.bpm.springboot.project |
| Идентификатор | Идентификаторcamunda-bpm-spring-boot-starter-root |
| Версия | Версия3.2.9 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| camunda-bpm-spring-boot-starter-root-3.2.9.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-root/ -->
<dependency>
<groupId>org.camunda.bpm.springboot.project</groupId>
<artifactId>camunda-bpm-spring-boot-starter-root</artifactId>
<version>3.2.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-root/
implementation 'org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-root:3.2.9'
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-root/
implementation ("org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-root:3.2.9")
'org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-root:pom:3.2.9'
<dependency org="org.camunda.bpm.springboot.project" name="camunda-bpm-spring-boot-starter-root" rev="3.2.9">
<artifact name="camunda-bpm-spring-boot-starter-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='camunda-bpm-spring-boot-starter-root', version='3.2.9')
)
libraryDependencies += "org.camunda.bpm.springboot.project" % "camunda-bpm-spring-boot-starter-root" % "3.2.9"
[org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-root "3.2.9"]