| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdio.zeebe.bpmn-spec |
| ArtifactId | ArtifactIdjunit-extension |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionA tool to write tests for BPMN workflows
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| junit-extension-1.0.0.pom | |
| junit-extension-1.0.0.jar | 18 KB |
| junit-extension-1.0.0-test-sources.jar | 9 KB |
| junit-extension-1.0.0-sources.jar | 3 KB |
| junit-extension-1.0.0-javadoc.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe.bpmn-spec/junit-extension/ -->
<dependency>
<groupId>io.zeebe.bpmn-spec</groupId>
<artifactId>junit-extension</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe.bpmn-spec/junit-extension/
implementation 'io.zeebe.bpmn-spec:junit-extension:1.0.0'
// https://jarcasting.com/artifacts/io.zeebe.bpmn-spec/junit-extension/
implementation ("io.zeebe.bpmn-spec:junit-extension:1.0.0")
'io.zeebe.bpmn-spec:junit-extension:jar:1.0.0'
<dependency org="io.zeebe.bpmn-spec" name="junit-extension" rev="1.0.0">
<artifact name="junit-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe.bpmn-spec', module='junit-extension', version='1.0.0')
)
libraryDependencies += "io.zeebe.bpmn-spec" % "junit-extension" % "1.0.0"
[io.zeebe.bpmn-spec/junit-extension "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.zeebe.bpmn-spec : core | jar | 1.0.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-params | jar | |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.30 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.zeebe.bpmn-spec : zeebe-test-runner | jar | 1.0.0 |
| org.assertj : assertj-core | jar | 3.19.0 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.0 |