| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sourceforge.addressing |
| ArtifactId | ArtifactIdaddressing |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAddressing
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| addressing-1.1.1.pom | |
| addressing-1.1.1.jar | 98 KB |
| addressing-1.1.1-sources.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.addressing/addressing/ -->
<dependency>
<groupId>net.sourceforge.addressing</groupId>
<artifactId>addressing</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.addressing/addressing/
implementation 'net.sourceforge.addressing:addressing:1.1.1'
// https://jarcasting.com/artifacts/net.sourceforge.addressing/addressing/
implementation ("net.sourceforge.addressing:addressing:1.1.1")
'net.sourceforge.addressing:addressing:jar:1.1.1'
<dependency org="net.sourceforge.addressing" name="addressing" rev="1.1.1">
<artifact name="addressing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.addressing', module='addressing', version='1.1.1')
)
libraryDependencies += "net.sourceforge.addressing" % "addressing" % "1.1.1"
[net.sourceforge.addressing/addressing "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| axis : axis | jar | 1.4 |
| wsdl4j : wsdl4j | jar | 1.5.3 |
| commons-discovery : commons-discovery | jar | 0.4 |
| commons-logging : commons-logging | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |