<dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-parent</artifactId> <version>3.4.5</version> <type>pom</type> </dependency>
implementation 'org.opensaml:opensaml-parent:3.4.5'
implementation("org.opensaml:opensaml-parent:3.4.5")
libraryDependencies += "org.opensaml" % "opensaml-parent" % "3.4.5"
@Grapes( @Grab(group='org.opensaml', module='opensaml-parent', version='3.4.5') )
<dependency org="org.opensaml" name="opensaml-parent" rev="3.4.5" />
[org.opensaml/opensaml-parent "3.4.5"]
'org.opensaml:opensaml-parent:jar:3.4.5'
<parent> <groupId>net.shibboleth</groupId> <artifactId>parent</artifactId> <version>7.11.0</version> </parent>
compile
|-- net.shibboleth.utilities:java-support:7.5.1
|-- commons-codec:commons-codec
test
|-- org.xmlunit:xmlunit-legacy