Download axis2-kernel-1.5.4.jar file - Jar a

Jar examples for a:axis2-kernel

Description

Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,

You can download jar file axis2-kernel 1.5.4 in this page.

License

Apache License

Build File

You can use the following script to add axis2-kernel-1.5.4.jar to your project.

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

Download

Click the following link to download the jar file.

axis2-kernel-1.5.4-javadoc.jar
axis2-kernel-1.5.4-sources.jar
axis2-kernel-1.5.4.jar
axis2-kernel-1.5.4.pom



Related Tutorials