| License |
License |
|---|---|
| GroupId | GroupIdorg.camunda.bpm.assert |
| ArtifactId | ArtifactIdcamunda-bpm-assert-examples |
| Last Version | Last Version3.0.0-alpha1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionThis pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| camunda-bpm-assert-examples-3.0.0-alpha1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.assert/camunda-bpm-assert-examples/ -->
<dependency>
<groupId>org.camunda.bpm.assert</groupId>
<artifactId>camunda-bpm-assert-examples</artifactId>
<version>3.0.0-alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.assert/camunda-bpm-assert-examples/
implementation 'org.camunda.bpm.assert:camunda-bpm-assert-examples:3.0.0-alpha1'
// https://jarcasting.com/artifacts/org.camunda.bpm.assert/camunda-bpm-assert-examples/
implementation ("org.camunda.bpm.assert:camunda-bpm-assert-examples:3.0.0-alpha1")
'org.camunda.bpm.assert:camunda-bpm-assert-examples:pom:3.0.0-alpha1'
<dependency org="org.camunda.bpm.assert" name="camunda-bpm-assert-examples" rev="3.0.0-alpha1">
<artifact name="camunda-bpm-assert-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.assert', module='camunda-bpm-assert-examples', version='3.0.0-alpha1')
)
libraryDependencies += "org.camunda.bpm.assert" % "camunda-bpm-assert-examples" % "3.0.0-alpha1"
[org.camunda.bpm.assert/camunda-bpm-assert-examples "3.0.0-alpha1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.camunda.bpm : camunda-engine | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.11.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.24.5 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| com.h2database : h2 | jar | 1.4.197 |
| com.fasterxml.uuid : java-uuid-generator | jar | 3.1.3 |
| org.powermock : powermock-module-junit4 | jar | 2.0.0 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.0 |