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