License |
License |
---|---|
GroupId | GroupIdde.redsix |
ArtifactId | ArtifactIddmn-check-core |
Last Version | Last Version1.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Maven plugin which performs various static analyses on Decision Model Notation (DMN) files to detect bugs
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dmn-check-core-1.2.4.pom | |
dmn-check-core-1.2.4.jar | 17 KB |
dmn-check-core-1.2.4-sources.jar | 8 KB |
dmn-check-core-1.2.4-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.redsix/dmn-check-core/ -->
<dependency>
<groupId>de.redsix</groupId>
<artifactId>dmn-check-core</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.redsix/dmn-check-core/
implementation 'de.redsix:dmn-check-core:1.2.4'
// https://jarcasting.com/artifacts/de.redsix/dmn-check-core/
implementation ("de.redsix:dmn-check-core:1.2.4")
'de.redsix:dmn-check-core:jar:1.2.4'
<dependency org="de.redsix" name="dmn-check-core" rev="1.2.4">
<artifact name="dmn-check-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.redsix', module='dmn-check-core', version='1.2.4')
)
libraryDependencies += "de.redsix" % "dmn-check-core" % "1.2.4"
[de.redsix/dmn-check-core "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm.model : camunda-dmn-model | jar | 7.15.0 |
org.jgrapht : jgrapht-core | jar | 1.5.1 |
org.checkerframework : checker-qual | jar | 3.18.0 |
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
org.derive4j : derive4j Optional | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.12.4 |
org.mockito : mockito-junit-jupiter | jar | 3.12.4 |
org.junit.platform : junit-platform-launcher | jar | 1.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |