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