is not current version
Last Version 1.3.1

org.semispace:semispace-wsclient 1.1.1

Webservices client of SemiSpace. You will want this if you are to connect to SemiSpace remotely over webservices.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.semispace
ArtifactId

ArtifactId

semispace-wsclient
Version

Version

1.1.1
Type

Type

jar

Download semispace-wsclient 1.1.1


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