a

addressing

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.
http://addressing.sourceforge.net
The Apache Software License, Version 2.0
Rodrigo Ruiz
Davanum Srinivas Jarek Gawor Ian P. Springer Rodrigo Ruiz
Files download
File Operation
addressing-1.1.1.jar download
addressing-1.1.1.pom download
addressing-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.addressing</groupId>
  <artifactId>addressing</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.addressing:addressing:1.1.1'
Gradle Kotlin
implementation("net.sourceforge.addressing:addressing:1.1.1")
Scala SBT
libraryDependencies += "net.sourceforge.addressing" % "addressing" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.addressing', module='addressing', version='1.1.1')
)
Apache Ivy
<dependency org="net.sourceforge.addressing" name="addressing" rev="1.1.1" />
Leiningen
[net.sourceforge.addressing/addressing "1.1.1"]
Apache Buildr
'net.sourceforge.addressing:addressing:jar:1.1.1'