| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing Unity Business Logic Libraries Game Development |
| GroupId | GroupIdorg.camunda.community |
| ArtifactId | ArtifactIdeze-junit-extension |
| Last Version | Last Version0.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEZE - JUnit Extension
This pom defines the required plugins and profiles to allow a camunda community hub release build.
Inherit this pom when you want to use the camunda community hub GitHub release action.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.camunda.community/eze-junit-extension/ -->
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>eze-junit-extension</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community/eze-junit-extension/
implementation 'org.camunda.community:eze-junit-extension:0.6.1'
// https://jarcasting.com/artifacts/org.camunda.community/eze-junit-extension/
implementation ("org.camunda.community:eze-junit-extension:0.6.1")
'org.camunda.community:eze-junit-extension:jar:0.6.1'
<dependency org="org.camunda.community" name="eze-junit-extension" rev="0.6.1">
<artifact name="eze-junit-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='eze-junit-extension', version='0.6.1')
)
libraryDependencies += "org.camunda.community" % "eze-junit-extension" % "0.6.1"
[org.camunda.community/eze-junit-extension "0.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.camunda.community : eze | jar | 0.6.1 |
| org.junit.jupiter : junit-jupiter-api | jar | |
| org.junit.jupiter : junit-jupiter-params | jar | |
| org.junit.jupiter : junit-jupiter-engine | jar | |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.21.0 |
| org.jetbrains.kotlin : kotlin-test | jar | 1.6.0 |
| org.awaitility : awaitility-kotlin | jar | 4.1.1 |