a

axiom-dom

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