Download addressing-1.6.1.jar file - Jar a

Jar examples for a:addressing

Description

WS-Addressing implementation for Axis 1.4. Starting from the Apache Addressing project, closed in 2005, this project wants to provide a common implementation for any open source project that rely on non-interoperable modifications of the original source code.

You can download jar file addressing 1.6.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add addressing-1.6.1.jar to your project.

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

Download

Click the following link to download the jar file.

addressing-1.6.1-classpath-module.jar
addressing-1.6.1-javadoc.jar
addressing-1.6.1-sources.jar
addressing-1.6.1.pom



Related Tutorials