文件下载
文件名 操作
camunda-engine-dmn-bom-7.8.0-alpha3.pom 下载
Apache Maven
<dependency>
  <groupId>org.camunda.bpm.dmn</groupId>
  <artifactId>camunda-engine-dmn-bom</artifactId>
  <version>7.8.0-alpha3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.8.0-alpha3'
Gradle Kotlin
implementation("org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.8.0-alpha3")
Scala SBT
libraryDependencies += "org.camunda.bpm.dmn" % "camunda-engine-dmn-bom" % "7.8.0-alpha3"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm.dmn', module='camunda-engine-dmn-bom', version='7.8.0-alpha3')
)
Apache Ivy
<dependency org="org.camunda.bpm.dmn" name="camunda-engine-dmn-bom" rev="7.8.0-alpha3" />
Leiningen
[org.camunda.bpm.dmn/camunda-engine-dmn-bom "7.8.0-alpha3"]
Apache Buildr
'org.camunda.bpm.dmn:camunda-engine-dmn-bom:jar:7.8.0-alpha3'