Last Version

Jakarta SOAP with Attachments API 3.0.0

Provides the API for creating and building SOAP messages.

License

License

GroupId

GroupId

jakarta.xml.soap
ArtifactId

ArtifactId

jakarta.xml.soap-api
Version

Version

3.0.0
Type

Type

jar
Description

Description

Jakarta SOAP with Attachments API
Provides the API for creating and building SOAP messages.
Project URL

Project URL

https://github.com/eclipse-ee4j/saaj-api
Project Organization

Project Organization

Eclipse Foundation
Source Code Management

Source Code Management

https://github.com/eclipse-ee4j/saaj-api

Download jakarta.xml.soap-api 3.0.0


<!-- https://jarcasting.com/artifacts/jakarta.xml.soap/jakarta.xml.soap-api/ -->
<dependency>
    <groupId>jakarta.xml.soap</groupId>
    <artifactId>jakarta.xml.soap-api</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/jakarta.xml.soap/jakarta.xml.soap-api/
implementation 'jakarta.xml.soap:jakarta.xml.soap-api:3.0.0'
// https://jarcasting.com/artifacts/jakarta.xml.soap/jakarta.xml.soap-api/
implementation ("jakarta.xml.soap:jakarta.xml.soap-api:3.0.0")
'jakarta.xml.soap:jakarta.xml.soap-api:jar:3.0.0'
<dependency org="jakarta.xml.soap" name="jakarta.xml.soap-api" rev="3.0.0">
  <artifact name="jakarta.xml.soap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='jakarta.xml.soap', module='jakarta.xml.soap-api', version='3.0.0')
)
libraryDependencies += "jakarta.xml.soap" % "jakarta.xml.soap-api" % "3.0.0"
[jakarta.xml.soap/jakarta.xml.soap-api "3.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
jakarta.activation : jakarta.activation-api jar 2.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.