Files download
File Operation
camunda-engine-dmn-bom-7.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.camunda.bpm.dmn</groupId>
  <artifactId>camunda-engine-dmn-bom</artifactId>
  <version>7.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.5.0'
Gradle Kotlin
implementation("org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.5.0")
Scala SBT
libraryDependencies += "org.camunda.bpm.dmn" % "camunda-engine-dmn-bom" % "7.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm.dmn', module='camunda-engine-dmn-bom', version='7.5.0')
)
Apache Ivy
<dependency org="org.camunda.bpm.dmn" name="camunda-engine-dmn-bom" rev="7.5.0" />
Leiningen
[org.camunda.bpm.dmn/camunda-engine-dmn-bom "7.5.0"]
Apache Buildr
'org.camunda.bpm.dmn:camunda-engine-dmn-bom:jar:7.5.0'