GroupId | GroupIdorg.camunda.bpm.dmn |
---|---|
ArtifactId | ArtifactIdcamunda-engine-dmn-bom |
Version | Version7.15.0-alpha1 |
Type | Typepom |
Filename | Size |
---|---|
camunda-engine-dmn-bom-7.15.0-alpha1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.dmn/camunda-engine-dmn-bom/ -->
<dependency>
<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-dmn-bom</artifactId>
<version>7.15.0-alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.dmn/camunda-engine-dmn-bom/
implementation 'org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.15.0-alpha1'
// https://jarcasting.com/artifacts/org.camunda.bpm.dmn/camunda-engine-dmn-bom/
implementation ("org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.15.0-alpha1")
'org.camunda.bpm.dmn:camunda-engine-dmn-bom:pom:7.15.0-alpha1'
<dependency org="org.camunda.bpm.dmn" name="camunda-engine-dmn-bom" rev="7.15.0-alpha1">
<artifact name="camunda-engine-dmn-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.dmn', module='camunda-engine-dmn-bom', version='7.15.0-alpha1')
)
libraryDependencies += "org.camunda.bpm.dmn" % "camunda-engine-dmn-bom" % "7.15.0-alpha1"
[org.camunda.bpm.dmn/camunda-engine-dmn-bom "7.15.0-alpha1"]