Woden - DOM

The Woden project is a subproject of the Apache Web Services Project to develop a Java class library for reading, manipulating, creating and writing WSDL documents, initially to support WSDL 2.0 but with the longer term aim of supporting past, present and future versions of WSDL. There are two main deliverables: an API and an implementation. The Woden API consists of a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API conforms to the W3C WSDL 2.0 specification. The implementation will be a high performance implementation directly usable in other Apache projects such as Axis2.

License

License

GroupId

GroupId

org.apache.woden
ArtifactId

ArtifactId

woden-impl-dom
Last Version

Last Version

1.0M9
Release Date

Release Date

Type

Type

jar
Description

Description

Woden - DOM
The Woden project is a subproject of the Apache Web Services Project to develop a Java class library for reading, manipulating, creating and writing WSDL documents, initially to support WSDL 2.0 but with the longer term aim of supporting past, present and future versions of WSDL. There are two main deliverables: an API and an implementation. The Woden API consists of a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API conforms to the W3C WSDL 2.0 specification. The implementation will be a high performance implementation directly usable in other Apache projects such as Axis2.
Project Organization

Project Organization

Apache Software Foundation

Download woden-impl-dom

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.woden/woden-impl-dom/ -->
<dependency>
    <groupId>org.apache.woden</groupId>
    <artifactId>woden-impl-dom</artifactId>
    <version>1.0M9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.woden/woden-impl-dom/
implementation 'org.apache.woden:woden-impl-dom:1.0M9'
// https://jarcasting.com/artifacts/org.apache.woden/woden-impl-dom/
implementation ("org.apache.woden:woden-impl-dom:1.0M9")
'org.apache.woden:woden-impl-dom:jar:1.0M9'
<dependency org="org.apache.woden" name="woden-impl-dom" rev="1.0M9">
  <artifact name="woden-impl-dom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.woden', module='woden-impl-dom', version='1.0M9')
)
libraryDependencies += "org.apache.woden" % "woden-impl-dom" % "1.0M9"
[org.apache.woden/woden-impl-dom "1.0M9"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.woden : woden-impl-commons jar 1.0M9

test (3)

Group / Artifact Type Version
xerces : xercesImpl jar 2.8.1
log4j : log4j jar 1.2.15
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0M9
1.0M8