o

opensaml-parent

A POM containing properties, profiles, plugin configurations, etc. that are common across all Shibboleth V2 projects.
http://shibboleth.net/
The Apache Software License, Version 2.0
Ian Young Chad La Joie Brent Putman Rod Widdowson Scott Cantor Daniel Fisher
文件下载
文件名 操作
opensaml-parent-1.pom 下载
Apache Maven
<dependency>
  <groupId>io.apigee.opensaml</groupId>
  <artifactId>opensaml-parent</artifactId>
  <version>1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.apigee.opensaml:opensaml-parent:1'
Gradle Kotlin
implementation("io.apigee.opensaml:opensaml-parent:1")
Scala SBT
libraryDependencies += "io.apigee.opensaml" % "opensaml-parent" % "1"
Groovy Grape
@Grapes(
  @Grab(group='io.apigee.opensaml', module='opensaml-parent', version='1')
)
Apache Ivy
<dependency org="io.apigee.opensaml" name="opensaml-parent" rev="1" />
Leiningen
[io.apigee.opensaml/opensaml-parent "1"]
Apache Buildr
'io.apigee.opensaml:opensaml-parent:jar:1'