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