| License |
License |
|---|---|
| Categories |
CategoriesMessaging Application Layer Libs |
| GroupId | GroupIdcom.sun.xml.messaging.saaj |
| ArtifactId | ArtifactIdsaaj-impl |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJakarta SOAP Implementation
Implementation of Jakarta SOAP with Attachments Specification
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| saaj-impl-3.0.0.pom | |
| saaj-impl-3.0.0-sources.jar | 313 KB |
| saaj-impl-3.0.0.jar | 283 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.messaging.saaj/saaj-impl/ -->
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.messaging.saaj/saaj-impl/
implementation 'com.sun.xml.messaging.saaj:saaj-impl:3.0.0'
// https://jarcasting.com/artifacts/com.sun.xml.messaging.saaj/saaj-impl/
implementation ("com.sun.xml.messaging.saaj:saaj-impl:3.0.0")
'com.sun.xml.messaging.saaj:saaj-impl:jar:3.0.0'
<dependency org="com.sun.xml.messaging.saaj" name="saaj-impl" rev="3.0.0">
<artifact name="saaj-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.messaging.saaj', module='saaj-impl', version='3.0.0')
)
libraryDependencies += "com.sun.xml.messaging.saaj" % "saaj-impl" % "3.0.0"
[com.sun.xml.messaging.saaj/saaj-impl "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.xml.soap : jakarta.xml.soap-api | jar | 3.0.0 |
| org.jvnet.staxex : stax-ex | jar | 2.1.0 |
| org.jvnet.mimepull : mimepull Optional | jar | 1.10.0 |
| jakarta.activation : jakarta.activation-api | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.xml.bind : jakarta.xml.bind-api Optional | jar | 4.0.0 |
| com.sun.xml.fastinfoset : FastInfoset Optional | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.angus : angus-activation | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |