Download axis-1.3.jar file - Jar a

Jar examples for a:axis

Description

An implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.

You can download jar file axis 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add axis-1.3.jar to your project.

<dependency>
   <groupId>axis</groupId>
   <artifactId>axis</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'axis', name: 'axis', version: '1.3'
libraryDependencies += "axis" % "axis" % "1.3"
<dependency org="axis" name="axis" rev="1.3"/>
@Grapes(@Grab(group='axis', module='axis', version='1.3'))
'axis:axis:jar:1.3'

Download

Click the following link to download the jar file.

axis-1.3-sources.jar
axis-1.3.jar
axis-1.3.pom



Related Tutorials