Download ws-commons-util-1.0.1.jar file - Jar w

Jar examples for w:ws-commons-util

Description

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.

You can download jar file ws-commons-util 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ws-commons-util-1.0.1.jar to your project.

<dependency>
   <groupId>org.apache.ws.commons</groupId>
   <artifactId>ws-commons-util</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'org.apache.ws.commons', name: 'ws-commons-util', version: '1.0.1'
libraryDependencies += "org.apache.ws.commons" % "ws-commons-util" % "1.0.1"
<dependency org="org.apache.ws.commons" name="ws-commons-util" rev="1.0.1"/>
@Grapes(@Grab(group='org.apache.ws.commons', module='ws-commons-util', version='1.0.1'))
'org.apache.ws.commons:ws-commons-util:jar:1.0.1'

Download

Click the following link to download the jar file.

ws-commons-util-1.0.1-sources.jar
ws-commons-util-1.0.1.jar
ws-commons-util-1.0.1.pom



Related Tutorials