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