a

axiom-tests

The Axiom test suite. This ought to be split into several parts and be made a part of axiom-api, axiom-impl and axiom-dom. However, that's not as easy as it seems. The intention is to start with axiom-test and continuosly move parts to the actual projects.
Files download
File Operation
axiom-tests-1.2.3.jar download
axiom-tests-1.2.3.pom download
axiom-tests-1.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.axiom</groupId>
  <artifactId>axiom-tests</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.axiom:axiom-tests:1.2.3'
Gradle Kotlin
implementation("org.apache.ws.commons.axiom:axiom-tests:1.2.3")
Scala SBT
libraryDependencies += "org.apache.ws.commons.axiom" % "axiom-tests" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.axiom', module='axiom-tests', version='1.2.3')
)
Apache Ivy
<dependency org="org.apache.ws.commons.axiom" name="axiom-tests" rev="1.2.3" />
Leiningen
[org.apache.ws.commons.axiom/axiom-tests "1.2.3"]
Apache Buildr
'org.apache.ws.commons.axiom:axiom-tests:jar:1.2.3'