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