x

xmltooling

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.
http://opensaml.org/
Apache 2
Internet2
Scott Cantor Nate Klingenstein Chad La Joie Brent Putman Rod Widdowson
Files download
File Operation
xmltooling-1.3.2-1.jar download
xmltooling-1.3.2-1.pom download
xmltooling-1.3.2-1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opensaml</groupId>
  <artifactId>xmltooling</artifactId>
  <version>1.3.2-1</version>
</dependency>
Gradle Groovy
implementation 'org.opensaml:xmltooling:1.3.2-1'
Gradle Kotlin
implementation("org.opensaml:xmltooling:1.3.2-1")
Scala SBT
libraryDependencies += "org.opensaml" % "xmltooling" % "1.3.2-1"
Groovy Grape
@Grapes(
  @Grab(group='org.opensaml', module='xmltooling', version='1.3.2-1')
)
Apache Ivy
<dependency org="org.opensaml" name="xmltooling" rev="1.3.2-1" />
Leiningen
[org.opensaml/xmltooling "1.3.2-1"]
Apache Buildr
'org.opensaml:xmltooling:jar:1.3.2-1'