| Группа | Группаorg.xipki |
|---|---|
| Идентификатор | Идентификаторxipki-parent |
| Версия | Версия4.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| xipki-parent-4.0.0.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.xipki/xipki-parent/ -->
<dependency>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xipki/xipki-parent/
implementation 'org.xipki:xipki-parent:4.0.0'
// https://jarcasting.com/artifacts/org.xipki/xipki-parent/
implementation ("org.xipki:xipki-parent:4.0.0")
'org.xipki:xipki-parent:pom:4.0.0'
<dependency org="org.xipki" name="xipki-parent" rev="4.0.0">
<artifact name="xipki-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xipki', module='xipki-parent', version='4.0.0')
)
libraryDependencies += "org.xipki" % "xipki-parent" % "4.0.0"
[org.xipki/xipki-parent "4.0.0"]