License |
License |
---|---|
GroupId | GroupIdorg.camunda.bpm |
ArtifactId | ArtifactIdcamunda-bom |
Last Version | Last Version7.18.0-alpha2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCamunda Platform - Bom
Camunda Platform bill of material
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
camunda-bom-7.18.0-alpha2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm/camunda-bom/ -->
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom</artifactId>
<version>7.18.0-alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-bom/
implementation 'org.camunda.bpm:camunda-bom:7.18.0-alpha2'
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-bom/
implementation ("org.camunda.bpm:camunda-bom:7.18.0-alpha2")
'org.camunda.bpm:camunda-bom:pom:7.18.0-alpha2'
<dependency org="org.camunda.bpm" name="camunda-bom" rev="7.18.0-alpha2">
<artifact name="camunda-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm', module='camunda-bom', version='7.18.0-alpha2')
)
libraryDependencies += "org.camunda.bpm" % "camunda-bom" % "7.18.0-alpha2"
[org.camunda.bpm/camunda-bom "7.18.0-alpha2"]