d

dom-testsuite

DOM test suite. This test suite can be applied to any DOM implementation. It is validated against Apache Xerces.
http://ws.apache.org/axiom/
文件下载
文件名 操作
dom-testsuite-1.2.15.jar 下载
dom-testsuite-1.2.15.pom 下载
dom-testsuite-1.2.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.axiom</groupId>
  <artifactId>dom-testsuite</artifactId>
  <version>1.2.15</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.axiom:dom-testsuite:1.2.15'
Gradle Kotlin
implementation("org.apache.ws.commons.axiom:dom-testsuite:1.2.15")
Scala SBT
libraryDependencies += "org.apache.ws.commons.axiom" % "dom-testsuite" % "1.2.15"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.axiom', module='dom-testsuite', version='1.2.15')
)
Apache Ivy
<dependency org="org.apache.ws.commons.axiom" name="dom-testsuite" rev="1.2.15" />
Leiningen
[org.apache.ws.commons.axiom/dom-testsuite "1.2.15"]
Apache Buildr
'org.apache.ws.commons.axiom:dom-testsuite:jar:1.2.15'