Download axis-1.2-beta.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.2-beta in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>org.apache.geronimo.configs</groupId>
   <artifactId>axis</artifactId>
   <version>1.2-beta</version>
</dependency>
compile group: 'org.apache.geronimo.configs', name: 'axis', version: '1.2-beta'
libraryDependencies += "org.apache.geronimo.configs" % "axis" % "1.2-beta"
<dependency org="org.apache.geronimo.configs" name="axis" rev="1.2-beta"/>
@Grapes(@Grab(group='org.apache.geronimo.configs', module='axis', version='1.2-beta'))
'org.apache.geronimo.configs:axis:jar:1.2-beta'

Download

Click the following link to download the jar file.

axis-1.2-beta-sources.jar
axis-1.2-beta.pom



Related Tutorials