w

ws-commons-util

This is a small collection of utility classes, that allow high performance XML processing based on SAX. Basically, it is assumed, that you are using an JAXP 1.1 compliant XML parser and nothing else. In particular, no dependency on the javax.xml.transform package is introduced.
http://ws.apache.org/commons/util
The Apache Software License, Version 2.0
Apache Software Foundation
Jochen Wiedmann
Files download
File Operation
ws-commons-util-1.0.1.jar download
ws-commons-util-1.0.1.pom download
ws-commons-util-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>ws-commons-util</groupId>
  <artifactId>ws-commons-util</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'ws-commons-util:ws-commons-util:1.0.1'
Gradle Kotlin
implementation("ws-commons-util:ws-commons-util:1.0.1")
Scala SBT
libraryDependencies += "ws-commons-util" % "ws-commons-util" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='ws-commons-util', module='ws-commons-util', version='1.0.1')
)
Apache Ivy
<dependency org="ws-commons-util" name="ws-commons-util" rev="1.0.1" />
Leiningen
[ws-commons-util/ws-commons-util "1.0.1"]
Apache Buildr
'ws-commons-util:ws-commons-util:jar:1.0.1'