| License |
License |
|---|---|
| GroupId | GroupIdde.redsix |
| ArtifactId | ArtifactIddmn-check |
| Version | Version1.1.6 |
| Type | Typepom |
| Description |
Descriptiondmn-check
A Maven plugin which performs various static analyses on Decision Model Notation (DMN) files to detect bugs
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dmn-check-1.1.6.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.redsix/dmn-check/ -->
<dependency>
<groupId>de.redsix</groupId>
<artifactId>dmn-check</artifactId>
<version>1.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.redsix/dmn-check/
implementation 'de.redsix:dmn-check:1.1.6'
// https://jarcasting.com/artifacts/de.redsix/dmn-check/
implementation ("de.redsix:dmn-check:1.1.6")
'de.redsix:dmn-check:pom:1.1.6'
<dependency org="de.redsix" name="dmn-check" rev="1.1.6">
<artifact name="dmn-check" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.redsix', module='dmn-check', version='1.1.6')
)
libraryDependencies += "de.redsix" % "dmn-check" % "1.1.6"
[de.redsix/dmn-check "1.1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.checkerframework : checker-qual | jar | 2.9.0 |
| com.google.code.findbugs : annotations | jar | 3.0.1u2 |
| org.derive4j : derive4j Optional | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.platform : junit-platform-launcher | jar | 1.6.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.6.0 |
| org.junit-pioneer : junit-pioneer | jar | 0.5.4 |
| org.hamcrest : hamcrest-all | jar | 1.3 |