| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.camunda.bpm |
| ArtifactId | ArtifactIdcamunda-bpm-junit5 |
| Last Version | Last Version7.18.0-alpha2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCamunda Platform - JUnit 5 Extension
Provides general dependencies and profiles for database testing
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm/camunda-bpm-junit5/ -->
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bpm-junit5</artifactId>
<version>7.18.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-bpm-junit5/
implementation 'org.camunda.bpm:camunda-bpm-junit5:7.18.0-alpha2'
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-bpm-junit5/
implementation ("org.camunda.bpm:camunda-bpm-junit5:7.18.0-alpha2")
'org.camunda.bpm:camunda-bpm-junit5:jar:7.18.0-alpha2'
<dependency org="org.camunda.bpm" name="camunda-bpm-junit5" rev="7.18.0-alpha2">
<artifact name="camunda-bpm-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm', module='camunda-bpm-junit5', version='7.18.0-alpha2')
)
libraryDependencies += "org.camunda.bpm" % "camunda-bpm-junit5" % "7.18.0-alpha2"
[org.camunda.bpm/camunda-bpm-junit5 "7.18.0-alpha2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.camunda.bpm : camunda-engine | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.21.0 |
| org.junit.platform : junit-platform-testkit | jar | |
| com.h2database : h2 | jar | 2.0.206 |
| ch.qos.logback : logback-classic | jar |