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