a

axiom-dom

An implementation of the Axiom API that also implements DOM.
Files download
File Operation
axiom-dom-1.4.0.jar download
axiom-dom-1.4.0.pom download
axiom-dom-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.axiom</groupId>
  <artifactId>axiom-dom</artifactId>
  <version>1.4.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.axiom:axiom-dom:1.4.0'
Gradle Kotlin
implementation("org.apache.ws.commons.axiom:axiom-dom:1.4.0")
Scala SBT
libraryDependencies += "org.apache.ws.commons.axiom" % "axiom-dom" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.axiom', module='axiom-dom', version='1.4.0')
)
Apache Ivy
<dependency org="org.apache.ws.commons.axiom" name="axiom-dom" rev="1.4.0" />
Leiningen
[org.apache.ws.commons.axiom/axiom-dom "1.4.0"]
Apache Buildr
'org.apache.ws.commons.axiom:axiom-dom:jar:1.4.0'