is not current version
Last Version 2.3.1

soap:soap 2.3


GroupId

GroupId

soap
ArtifactId

ArtifactId

soap
Version

Version

2.3
Type

Type

jar

Download soap 2.3

Filename Size
soap-2.3.pom
soap-2.3.jar 226 KB
Browse

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