MVN

net.sourceforge.addressing : addressing

Maven & Gradle

Jan 07, 2009

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.

<dependency>
    <groupId>net.sourceforge.addressing</groupId>
    <artifactId>addressing</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.addressing : addressing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of net.sourceforge.addressing : addressing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
addressing-1.1.1
1.1
addressing-1.1

How to add a dependency to Maven

Add the following net.sourceforge.addressing : addressing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.addressing</groupId>
    <artifactId>addressing</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.addressing : addressing gradle dependency to your build.gradle file:

implementation 'net.sourceforge.addressing:addressing:1.1.1'

Gradle Kotlin DSL: Add the following net.sourceforge.addressing : addressing gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.addressing:addressing:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.addressing : addressing sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.addressing" % "addressing" % "1.1.1"