x

xml-truth

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