MVN

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

Maven & Gradle

Aug 08, 2007
29 usages

Apache WebServices Common Utilities · 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.

<dependency>
    <groupId>org.apache.ws.commons.util</groupId>
    <artifactId>ws-commons-util</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.ws.commons.util : ws-commons-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of org.apache.ws.commons.util : ws-commons-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ws-commons-util-1.0.2

How to add a dependency to Maven

Add the following org.apache.ws.commons.util : ws-commons-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.ws.commons.util</groupId>
    <artifactId>ws-commons-util</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.ws.commons.util : ws-commons-util gradle dependency to your build.gradle file:

implementation 'org.apache.ws.commons.util:ws-commons-util:1.0.2'

Gradle Kotlin DSL: Add the following org.apache.ws.commons.util : ws-commons-util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.ws.commons.util:ws-commons-util:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.ws.commons.util : ws-commons-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.ws.commons.util" % "ws-commons-util" % "1.0.2"

Advertisement

Dependencies from Group

Discover Dependencies

May 12, 2023
146 usages
12k stars
Nov 11, 2017
20 usages
Jun 26, 2023
148 usages
2k stars
Mar 05, 2021
29 usages
41 stars
all
Nov 26, 2013
70 usages
651 stars
Dec 20, 2013
55 usages
Jan 19, 2019
61 usages
936 stars
Mar 15, 2022
11 usages
27.2k stars