is not current version
Last Version 8.6.38-1

org.hpccsystems:wsclient 8.0.4-1

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.hpccsystems
ArtifactId

ArtifactId

wsclient
Version

Version

8.0.4-1
Type

Type

jar

Download wsclient 8.0.4-1


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