is not current version
Last Version 1.0.1

org.apache.ws.commons:ws-commons-util 1.0

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.

GroupId

GroupId

org.apache.ws.commons
ArtifactId

ArtifactId

ws-commons-util
Version

Version

1.0
Type

Type

jar

Download ws-commons-util 1.0


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