a

axis2-transport-http

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