a

axiom-testsuite

The Axiom implementation test suite. This test suite can be used to check conformance of a particular Axiom implementation.
http://ws.apache.org/axiom/
Files download
File Operation
axiom-testsuite-1.2.21.jar download
axiom-testsuite-1.2.21.pom download
axiom-testsuite-1.2.21-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.axiom</groupId>
  <artifactId>axiom-testsuite</artifactId>
  <version>1.2.21</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.axiom:axiom-testsuite:1.2.21'
Gradle Kotlin
implementation("org.apache.ws.commons.axiom:axiom-testsuite:1.2.21")
Scala SBT
libraryDependencies += "org.apache.ws.commons.axiom" % "axiom-testsuite" % "1.2.21"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.axiom', module='axiom-testsuite', version='1.2.21')
)
Apache Ivy
<dependency org="org.apache.ws.commons.axiom" name="axiom-testsuite" rev="1.2.21" />
Leiningen
[org.apache.ws.commons.axiom/axiom-testsuite "1.2.21"]
Apache Buildr
'org.apache.ws.commons.axiom:axiom-testsuite:jar:1.2.21'