<dependency>
<groupId>org.camunda.bpm.assert</groupId>
<artifactId>camunda-bpm-assert-compatibility-parent</artifactId>
<version>4.0.0</version>
</dependency>
implementation group: 'org.camunda.bpm.assert', name: 'camunda-bpm-assert-compatibility-parent', version: '4.0.0'
implementation 'org.camunda.bpm.assert:camunda-bpm-assert-compatibility-parent:4.0.0'
implementation("org.camunda.bpm.assert:camunda-bpm-assert-compatibility-parent:4.0.0")
libraryDependencies += "org.camunda.bpm.assert" % "camunda-bpm-assert-compatibility-parent" % "4.0.0"
<dependency org="org.camunda.bpm.assert" name="camunda-bpm-assert-compatibility-parent" rev="4.0.0"/>
@Grapes(
@Grab(group='org.camunda.bpm.assert', module='camunda-bpm-assert-compatibility-parent', version='4.0.0')
)
[org.camunda.bpm.assert/camunda-bpm-assert-compatibility-parent "4.0.0"]
'org.camunda.bpm.assert:camunda-bpm-assert-compatibility-parent:jar:4.0.0'