is not current version
Last Version 8.6.38-1

org.hpccsystems:wsclient 1.0.0

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

1.0.0
Type

Type

jar

Download wsclient 1.0.0


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