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

Jar examples for w:ws-commons-java5

Description

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.

You can download jar file ws-commons-java5 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-java5-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials