is not current version
Last Version 3.1.3

org.alfasoftware:soapstone 2.1.1

soapstone is a library for exposing API catalogues of JAX-WS SOAP web services as JSON/HTTP.

GroupId

GroupId

org.alfasoftware
ArtifactId

ArtifactId

soapstone
Version

Version

2.1.1
Type

Type

jar

Download soapstone 2.1.1


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