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/
Files download
File Operation
dom-testsuite-1.2.22.jar download
dom-testsuite-1.2.22.pom download
dom-testsuite-1.2.22-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.axiom</groupId>
  <artifactId>dom-testsuite</artifactId>
  <version>1.2.22</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.axiom:dom-testsuite:1.2.22'
Gradle Kotlin
implementation("org.apache.ws.commons.axiom:dom-testsuite:1.2.22")
Scala SBT
libraryDependencies += "org.apache.ws.commons.axiom" % "dom-testsuite" % "1.2.22"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.axiom', module='dom-testsuite', version='1.2.22')
)
Apache Ivy
<dependency org="org.apache.ws.commons.axiom" name="dom-testsuite" rev="1.2.22" />
Leiningen
[org.apache.ws.commons.axiom/dom-testsuite "1.2.22"]
Apache Buildr
'org.apache.ws.commons.axiom:dom-testsuite:jar:1.2.22'