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
Ian Young Chad La Joie Brent Putman Rod Widdowson Scott Cantor Daniel Fisher
文件下载
文件名 操作
parent-v3-8.pom 下载
Apache Maven
<dependency>
  <groupId>net.shibboleth</groupId>
  <artifactId>parent-v3</artifactId>
  <version>8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.shibboleth:parent-v3:8'
Gradle Kotlin
implementation("net.shibboleth:parent-v3:8")
Scala SBT
libraryDependencies += "net.shibboleth" % "parent-v3" % "8"
Groovy Grape
@Grapes(
  @Grab(group='net.shibboleth', module='parent-v3', version='8')
)
Apache Ivy
<dependency org="net.shibboleth" name="parent-v3" rev="8" />
Leiningen
[net.shibboleth/parent-v3 "8"]
Apache Buildr
'net.shibboleth:parent-v3:jar:8'