is not current version
Last Version 1.1.0

org.camunda.bpm.extension:camunda-bpm-junit5 1.0.0


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.camunda.bpm.extension
ArtifactId

ArtifactId

camunda-bpm-junit5
Version

Version

1.0.0
Type

Type

jar

Download camunda-bpm-junit5 1.0.0


<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-junit5/ -->
<dependency>
    <groupId>org.camunda.bpm.extension</groupId>
    <artifactId>camunda-bpm-junit5</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-junit5/
implementation 'org.camunda.bpm.extension:camunda-bpm-junit5:1.0.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-junit5/
implementation ("org.camunda.bpm.extension:camunda-bpm-junit5:1.0.0")
'org.camunda.bpm.extension:camunda-bpm-junit5:jar:1.0.0'
<dependency org="org.camunda.bpm.extension" name="camunda-bpm-junit5" rev="1.0.0">
  <artifact name="camunda-bpm-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension', module='camunda-bpm-junit5', version='1.0.0')
)
libraryDependencies += "org.camunda.bpm.extension" % "camunda-bpm-junit5" % "1.0.0"
[org.camunda.bpm.extension/camunda-bpm-junit5 "1.0.0"]