| GroupId | GroupIdio.apigee.opensaml |
|---|---|
| ArtifactId | ArtifactIdopensaml-parent |
| Version | Version1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| opensaml-parent-1.pom | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.apigee.opensaml/opensaml-parent/ -->
<dependency>
<groupId>io.apigee.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.apigee.opensaml/opensaml-parent/
implementation 'io.apigee.opensaml:opensaml-parent:1'
// https://jarcasting.com/artifacts/io.apigee.opensaml/opensaml-parent/
implementation ("io.apigee.opensaml:opensaml-parent:1")
'io.apigee.opensaml:opensaml-parent:pom:1'
<dependency org="io.apigee.opensaml" name="opensaml-parent" rev="1">
<artifact name="opensaml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.apigee.opensaml', module='opensaml-parent', version='1')
)
libraryDependencies += "io.apigee.opensaml" % "opensaml-parent" % "1"
[io.apigee.opensaml/opensaml-parent "1"]