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
文件下载
文件名 操作
xmltooling-1.4.4.jar 下载
xmltooling-1.4.4.pom 下载
xmltooling-1.4.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opensaml</groupId>
  <artifactId>xmltooling</artifactId>
  <version>1.4.4</version>
</dependency>
Gradle Groovy
implementation 'org.opensaml:xmltooling:1.4.4'
Gradle Kotlin
implementation("org.opensaml:xmltooling:1.4.4")
Scala SBT
libraryDependencies += "org.opensaml" % "xmltooling" % "1.4.4"
Groovy Grape
@Grapes(
  @Grab(group='org.opensaml', module='xmltooling', version='1.4.4')
)
Apache Ivy
<dependency org="org.opensaml" name="xmltooling" rev="1.4.4" />
Leiningen
[org.opensaml/xmltooling "1.4.4"]
Apache Buildr
'org.opensaml:xmltooling:jar:1.4.4'