t

testutils

Contains utility classes used by the test suites in Axiom.
http://ws.apache.org/axiom/
文件下载
文件名 操作
testutils-1.4.0.jar 下载
testutils-1.4.0.pom 下载
testutils-1.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.axiom</groupId>
  <artifactId>testutils</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.axiom:testutils:1.4.0'
Gradle Kotlin
implementation("org.apache.ws.commons.axiom:testutils:1.4.0")
Scala SBT
libraryDependencies += "org.apache.ws.commons.axiom" % "testutils" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.axiom', module='testutils', version='1.4.0')
)
Apache Ivy
<dependency org="org.apache.ws.commons.axiom" name="testutils" rev="1.4.0" />
Leiningen
[org.apache.ws.commons.axiom/testutils "1.4.0"]
Apache Buildr
'org.apache.ws.commons.axiom:testutils:jar:1.4.0'