License |
License |
---|---|
GroupId | GroupIdorg.apache.sandesha2 |
ArtifactId | ArtifactIdsandesha2-core |
Last Version | Last Version1.6.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSandesha2 - Core
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
sandesha2-core-1.6.2.pom | |
sandesha2-core-1.6.2.jar | 398 KB |
sandesha2-core-1.6.2-sources.jar | 312 KB |
sandesha2-core-1.6.2-javadoc.jar | 947 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sandesha2/sandesha2-core/ -->
<dependency>
<groupId>org.apache.sandesha2</groupId>
<artifactId>sandesha2-core</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sandesha2/sandesha2-core/
implementation 'org.apache.sandesha2:sandesha2-core:1.6.2'
// https://jarcasting.com/artifacts/org.apache.sandesha2/sandesha2-core/
implementation ("org.apache.sandesha2:sandesha2-core:1.6.2")
'org.apache.sandesha2:sandesha2-core:jar:1.6.2'
<dependency org="org.apache.sandesha2" name="sandesha2-core" rev="1.6.2">
<artifact name="sandesha2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sandesha2', module='sandesha2-core', version='1.6.2')
)
libraryDependencies += "org.apache.sandesha2" % "sandesha2-core" % "1.6.2"
[org.apache.sandesha2/sandesha2-core "1.6.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.axis2 : axis2-codegen | jar | 1.6.2 |
org.apache.ws.commons.axiom : axiom-api | jar | 1.2.13 |
org.apache.ws.commons.axiom : axiom-impl | jar | 1.2.13 |
org.apache.ws.commons.axiom : axiom-dom | jar | 1.2.13 |
commons-logging : commons-logging | jar | 1.1.1 |
org.apache.axis2 : axis2-kernel | jar | 1.6.2 |
org.apache.axis2 : addressing | mar | 1.6.2 |
org.apache.axis2 : axis2-mtompolicy | jar | 1.6.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |
org.apache.httpcomponents : httpcore | jar | 4.0-beta1 |