| Группа | Группаde.redsix |
|---|---|
| Идентификатор | Идентификаторdmn-check-plugin-base |
| Версия | Версия1.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dmn-check-plugin-base-1.2.0.pom | |
| dmn-check-plugin-base-1.2.0.jar | 8 KB |
| dmn-check-plugin-base-1.2.0-sources.jar | 4 KB |
| dmn-check-plugin-base-1.2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.redsix/dmn-check-plugin-base/
implementation 'de.redsix:dmn-check-plugin-base:1.2.0'
// https://jarcasting.com/artifacts/de.redsix/dmn-check-plugin-base/
implementation ("de.redsix:dmn-check-plugin-base:1.2.0")
'de.redsix:dmn-check-plugin-base:jar:1.2.0'
<dependency org="de.redsix" name="dmn-check-plugin-base" rev="1.2.0">
<artifact name="dmn-check-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.redsix', module='dmn-check-plugin-base', version='1.2.0')
)
libraryDependencies += "de.redsix" % "dmn-check-plugin-base" % "1.2.0"
[de.redsix/dmn-check-plugin-base "1.2.0"]