License |
License |
---|---|
GroupId | GroupIdorg.apache.ws.commons |
ArtifactId | ArtifactIdws-commons-java5 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ws-commons-java5-1.0.1.pom | |
ws-commons-java5-1.0.1.jar | 5 KB |
ws-commons-java5-1.0.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ws.commons/ws-commons-java5/ -->
<dependency>
<groupId>org.apache.ws.commons</groupId>
<artifactId>ws-commons-java5</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.commons/ws-commons-java5/
implementation 'org.apache.ws.commons:ws-commons-java5:1.0.1'
// https://jarcasting.com/artifacts/org.apache.ws.commons/ws-commons-java5/
implementation ("org.apache.ws.commons:ws-commons-java5:1.0.1")
'org.apache.ws.commons:ws-commons-java5:jar:1.0.1'
<dependency org="org.apache.ws.commons" name="ws-commons-java5" rev="1.0.1">
<artifact name="ws-commons-java5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons', module='ws-commons-java5', version='1.0.1')
)
libraryDependencies += "org.apache.ws.commons" % "ws-commons-java5" % "1.0.1"
[org.apache.ws.commons/ws-commons-java5 "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
xml-apis : xml-apis | jar | 1.0.b2 |