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