x

xml-truth

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