is not current version
Last Version 2.3.1

soap:soap 2.2


GroupId

GroupId

soap
ArtifactId

ArtifactId

soap
Version

Version

2.2
Type

Type

jar

Download soap 2.2

Filename Size
soap-2.2.pom
soap-2.2.jar 215 KB
Browse

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