MVN

org.apache.ws.commons : ws-commons-java5

Maven & Gradle

Sep 30, 2006
1 usages

Apache Webservices Java 5 Classes · This is a small collection of classes, which are part of the Java 5 Core. In other words, you do not need this library, if you are running Java 5, or later. The Java 5 classes are used by projects like Apache JaxMe, Apache XML-RPC, or the the ws-common-utils.

<dependency>
    <groupId>org.apache.ws.commons</groupId>
    <artifactId>ws-commons-java5</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-java5 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-java5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ws-commons-java5-1.0.1
1.0
ws-commons-java5-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.ws.commons</groupId>
    <artifactId>ws-commons-java5</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-java5 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Jun 19, 2006
13 usages
Sep 19, 2006
8 usages

Discover Dependencies

Oct 08, 2020
6 usages
322 stars
Nov 10, 2021
15 usages
1 stars
Jul 31, 2020
4 usages
7k stars
Dec 19, 2012
9 usages
Nov 15, 2020
2 usages
May 03, 2015
10 usages
url
Jun 14, 2023
14 usages
367 stars
Mar 15, 2016
27 usages
7 stars