GroupId | GroupIdio.camunda |
---|---|
ArtifactId | ArtifactIdzeebe-bom |
Version | Version1.3.10 |
Type | Typepom |
Filename | Size |
---|---|
zeebe-bom-1.3.10.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-bom/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-bom</artifactId>
<version>1.3.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-bom/
implementation 'io.camunda:zeebe-bom:1.3.10'
// https://jarcasting.com/artifacts/io.camunda/zeebe-bom/
implementation ("io.camunda:zeebe-bom:1.3.10")
'io.camunda:zeebe-bom:pom:1.3.10'
<dependency org="io.camunda" name="zeebe-bom" rev="1.3.10">
<artifact name="zeebe-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-bom', version='1.3.10')
)
libraryDependencies += "io.camunda" % "zeebe-bom" % "1.3.10"
[io.camunda/zeebe-bom "1.3.10"]