| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.camunda.bpm.extension.batch.project |
| Идентификатор | Идентификаторcamunda-bpm-custom-batch-root |
| Последняя версия | Последняя версия1.5.2 |
| Дата | Дата |
| Тип | Тип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-custom-batch-root-1.5.2.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.batch.project/camunda-bpm-custom-batch-root/ -->
<dependency>
<groupId>org.camunda.bpm.extension.batch.project</groupId>
<artifactId>camunda-bpm-custom-batch-root</artifactId>
<version>1.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.batch.project/camunda-bpm-custom-batch-root/
implementation 'org.camunda.bpm.extension.batch.project:camunda-bpm-custom-batch-root:1.5.2'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.batch.project/camunda-bpm-custom-batch-root/
implementation ("org.camunda.bpm.extension.batch.project:camunda-bpm-custom-batch-root:1.5.2")
'org.camunda.bpm.extension.batch.project:camunda-bpm-custom-batch-root:pom:1.5.2'
<dependency org="org.camunda.bpm.extension.batch.project" name="camunda-bpm-custom-batch-root" rev="1.5.2">
<artifact name="camunda-bpm-custom-batch-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.batch.project', module='camunda-bpm-custom-batch-root', version='1.5.2')
)
libraryDependencies += "org.camunda.bpm.extension.batch.project" % "camunda-bpm-custom-batch-root" % "1.5.2"
[org.camunda.bpm.extension.batch.project/camunda-bpm-custom-batch-root "1.5.2"]