MVN

org.apache.sandesha2 : sandesha2-parent

Maven & Gradle

Apr 30, 2012

Apache Sandesha · Sandesha2 is an implementation of WS-ReliableMessaging specifications for Apache Axis2. By using Sandesha2 you can add reliable messaging capability to the Web services you have hosted in Axis2. You can also use Sandesha2 with Axis2 client to interact with already hosted web services in a reliable manner. Please see Sandesha2 user guide for more information on using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 works internally.

<dependency>
    <groupId>org.apache.sandesha2</groupId>
    <artifactId>sandesha2-parent</artifactId>
    <version>1.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sandesha2 : sandesha2-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.6.2

All Versions

Choose a version of org.apache.sandesha2 : sandesha2-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
sandesha2-parent-1.6.2
sandesha2-parent-1.6.1
sandesha2-parent-1.6.0
1.4
sandesha2-parent-1.4
1.3
sandesha2-parent-1.3
1.2
sandesha2-parent-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.sandesha2</groupId>
    <artifactId>sandesha2-parent</artifactId>
    <version>1.6.2</version>
</dependency>