p

parent-v3

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