a

axis2-transport-http-tests

This inclues all the available transports in Axis2
Files download
File Operation
axis2-transport-http-tests-1.0.0.jar download
axis2-transport-http-tests-1.0.0.pom download
axis2-transport-http-tests-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.axis2</groupId>
  <artifactId>axis2-transport-http-tests</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.axis2:axis2-transport-http-tests:1.0.0'
Gradle Kotlin
implementation("org.apache.axis2:axis2-transport-http-tests:1.0.0")
Scala SBT
libraryDependencies += "org.apache.axis2" % "axis2-transport-http-tests" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.axis2', module='axis2-transport-http-tests', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.axis2" name="axis2-transport-http-tests" rev="1.0.0" />
Leiningen
[org.apache.axis2/axis2-transport-http-tests "1.0.0"]
Apache Buildr
'org.apache.axis2:axis2-transport-http-tests:jar:1.0.0'