a

axiom-truth

Extension for Google Truth to make assertions about Axiom trees.
http://ws.apache.org/axiom/
Files download
File Operation
axiom-truth-1.2.16.jar download
axiom-truth-1.2.16.pom download
axiom-truth-1.2.16-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.axiom</groupId>
  <artifactId>axiom-truth</artifactId>
  <version>1.2.16</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.axiom:axiom-truth:1.2.16'
Gradle Kotlin
implementation("org.apache.ws.commons.axiom:axiom-truth:1.2.16")
Scala SBT
libraryDependencies += "org.apache.ws.commons.axiom" % "axiom-truth" % "1.2.16"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.axiom', module='axiom-truth', version='1.2.16')
)
Apache Ivy
<dependency org="org.apache.ws.commons.axiom" name="axiom-truth" rev="1.2.16" />
Leiningen
[org.apache.ws.commons.axiom/axiom-truth "1.2.16"]
Apache Buildr
'org.apache.ws.commons.axiom:axiom-truth:jar:1.2.16'