| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.camunda.bpm.extension.example |
| Идентификатор | Идентификаторcamunda-bpm-spring-boot-starter-example-root |
| Последняя версия | Последняя версия1.3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camunda-bpm-spring-boot-starter-example-root-1.3.0.pom | 878 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-root/ -->
<dependency>
<groupId>org.camunda.bpm.extension.example</groupId>
<artifactId>camunda-bpm-spring-boot-starter-example-root</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-root/
implementation 'org.camunda.bpm.extension.example:camunda-bpm-spring-boot-starter-example-root:1.3.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-root/
implementation ("org.camunda.bpm.extension.example:camunda-bpm-spring-boot-starter-example-root:1.3.0")
'org.camunda.bpm.extension.example:camunda-bpm-spring-boot-starter-example-root:pom:1.3.0'
<dependency org="org.camunda.bpm.extension.example" name="camunda-bpm-spring-boot-starter-example-root" rev="1.3.0">
<artifact name="camunda-bpm-spring-boot-starter-example-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.example', module='camunda-bpm-spring-boot-starter-example-root', version='1.3.0')
)
libraryDependencies += "org.camunda.bpm.extension.example" % "camunda-bpm-spring-boot-starter-example-root" % "1.3.0"
[org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-root "1.3.0"]