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