License |
License |
---|---|
GroupId | GroupIdorg.camunda.commons |
ArtifactId | ArtifactIdcamunda-commons-bom |
Last Version | Last Version1.10.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncamunda Commons - Bom
This pom defines the required plugins and profiles to allow a camunda bpm release build.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
camunda-commons-bom-1.10.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-bom/ -->
<dependency>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-bom</artifactId>
<version>1.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-bom/
implementation 'org.camunda.commons:camunda-commons-bom:1.10.1'
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-bom/
implementation ("org.camunda.commons:camunda-commons-bom:1.10.1")
'org.camunda.commons:camunda-commons-bom:pom:1.10.1'
<dependency org="org.camunda.commons" name="camunda-commons-bom" rev="1.10.1">
<artifact name="camunda-commons-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.commons', module='camunda-commons-bom', version='1.10.1')
)
libraryDependencies += "org.camunda.commons" % "camunda-commons-bom" % "1.10.1"
[org.camunda.commons/camunda-commons-bom "1.10.1"]