is not current version
Last Version 3.1.3

org.alfasoftware:soapstone 1.0.4

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

1.0.4
Type

Type

jar

Download soapstone 1.0.4


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