MVN

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

Maven & Gradle

Jun 19, 2006
13 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</groupId>
    <artifactId>ws-commons-util</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

  • Version Updated
  • ws-commons-util-1.0.1

    Jun 19, 2006
  • ws-commons-util-1.0

    May 25, 2006

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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