a

axis2-transport-http

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