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