GroupId | GroupIdorg.camunda.commons |
---|---|
ArtifactId | ArtifactIdcamunda-commons-testing |
Version | Version1.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-testing/ -->
<dependency>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-testing</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-testing/
implementation 'org.camunda.commons:camunda-commons-testing:1.9.0'
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-testing/
implementation ("org.camunda.commons:camunda-commons-testing:1.9.0")
'org.camunda.commons:camunda-commons-testing:jar:1.9.0'
<dependency org="org.camunda.commons" name="camunda-commons-testing" rev="1.9.0">
<artifact name="camunda-commons-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.commons', module='camunda-commons-testing', version='1.9.0')
)
libraryDependencies += "org.camunda.commons" % "camunda-commons-testing" % "1.9.0"
[org.camunda.commons/camunda-commons-testing "1.9.0"]