Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.shibboleth |
ArtifactId | ArtifactIdparent |
Version | Version7.11.2 |
Type | Typepom |
Filename | Size |
---|---|
parent-7.11.2.pom | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.shibboleth/parent/ -->
<dependency>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
<version>7.11.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.shibboleth/parent/
implementation 'net.shibboleth:parent:7.11.2'
// https://jarcasting.com/artifacts/net.shibboleth/parent/
implementation ("net.shibboleth:parent:7.11.2")
'net.shibboleth:parent:pom:7.11.2'
<dependency org="net.shibboleth" name="parent" rev="7.11.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.shibboleth', module='parent', version='7.11.2')
)
libraryDependencies += "net.shibboleth" % "parent" % "7.11.2"
[net.shibboleth/parent "7.11.2"]