| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.redsix |
| Идентификатор | Идентификаторdmn-check-plugin-base |
| Последняя версия | Последняя версия1.2.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA Maven plugin which performs various static analyses on Decision Model Notation (DMN) files to detect bugs
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| dmn-check-plugin-base-1.2.4.pom | |
| dmn-check-plugin-base-1.2.4.jar | 8 KB |
| dmn-check-plugin-base-1.2.4-sources.jar | 4 KB |
| dmn-check-plugin-base-1.2.4-javadoc.jar | 401 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.redsix/dmn-check-plugin-base/ -->
<dependency>
<groupId>de.redsix</groupId>
<artifactId>dmn-check-plugin-base</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.redsix/dmn-check-plugin-base/
implementation 'de.redsix:dmn-check-plugin-base:1.2.4'
// https://jarcasting.com/artifacts/de.redsix/dmn-check-plugin-base/
implementation ("de.redsix:dmn-check-plugin-base:1.2.4")
'de.redsix:dmn-check-plugin-base:jar:1.2.4'
<dependency org="de.redsix" name="dmn-check-plugin-base" rev="1.2.4">
<artifact name="dmn-check-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.redsix', module='dmn-check-plugin-base', version='1.2.4')
)
libraryDependencies += "de.redsix" % "dmn-check-plugin-base" % "1.2.4"
[de.redsix/dmn-check-plugin-base "1.2.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.redsix : dmn-check-core | jar | 1.2.4 |
| de.redsix : dmn-check-validators | jar | 1.2.4 |
| org.checkerframework : checker-qual | jar | 3.18.0 |
| com.google.code.findbugs : annotations | jar | 3.0.1u2 |
| org.derive4j : derive4j Необязательный | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |