Download axis2-transport-http-1.5.2.jar file - Jar a

Jar examples for a:axis2-transport-http

Description

This inclues all the available transports in Axis2

You can download jar file axis2-transport-http 1.5.2 in this page.

License

Apache License

Build File

You can use the following script to add axis2-transport-http-1.5.2.jar to your project.

<dependency>
   <groupId>org.apache.axis2</groupId>
   <artifactId>axis2-transport-http</artifactId>
   <version>1.5.2</version>
</dependency>
compile group: 'org.apache.axis2', name: 'axis2-transport-http', version: '1.5.2'
libraryDependencies += "org.apache.axis2" % "axis2-transport-http" % "1.5.2"
<dependency org="org.apache.axis2" name="axis2-transport-http" rev="1.5.2"/>
@Grapes(@Grab(group='org.apache.axis2', module='axis2-transport-http', version='1.5.2'))
'org.apache.axis2:axis2-transport-http:jar:1.5.2'

Download

Click the following link to download the jar file.

axis2-transport-http-1.5.2-javadoc.jar
axis2-transport-http-1.5.2-sources.jar
axis2-transport-http-1.5.2.jar
axis2-transport-http-1.5.2.pom



Related Tutorials