is not current version
Last Version 1.4.4

org.opensaml:xmltooling 1.3.2-1

XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with XML in a Java beans manner.

GroupId

GroupId

org.opensaml
ArtifactId

ArtifactId

xmltooling
Version

Version

1.3.2-1
Type

Type

jar

Download xmltooling 1.3.2-1


<!-- https://jarcasting.com/artifacts/org.opensaml/xmltooling/ -->
<dependency>
    <groupId>org.opensaml</groupId>
    <artifactId>xmltooling</artifactId>
    <version>1.3.2-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensaml/xmltooling/
implementation 'org.opensaml:xmltooling:1.3.2-1'
// https://jarcasting.com/artifacts/org.opensaml/xmltooling/
implementation ("org.opensaml:xmltooling:1.3.2-1")
'org.opensaml:xmltooling:jar:1.3.2-1'
<dependency org="org.opensaml" name="xmltooling" rev="1.3.2-1">
  <artifact name="xmltooling" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensaml', module='xmltooling', version='1.3.2-1')
)
libraryDependencies += "org.opensaml" % "xmltooling" % "1.3.2-1"
[org.opensaml/xmltooling "1.3.2-1"]