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