| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.hpccsystems |
| ArtifactId | ArtifactIdwsclient |
| Last Version | Last Version8.6.38-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHPCC Web Services Client API
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.
|
| Filename | Size |
|---|---|
| wsclient-8.6.38-1.pom | |
| wsclient-8.6.38-1.jar | 4 MB |
| wsclient-8.6.38-1-sources.jar | 6 MB |
| wsclient-8.6.38-1-javadoc.jar | 23 MB |
| wsclient-8.6.38-1-jar-with-dependencies.jar | 21 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hpccsystems/wsclient/ -->
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>wsclient</artifactId>
<version>8.6.38-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/wsclient/
implementation 'org.hpccsystems:wsclient:8.6.38-1'
// https://jarcasting.com/artifacts/org.hpccsystems/wsclient/
implementation ("org.hpccsystems:wsclient:8.6.38-1")
'org.hpccsystems:wsclient:jar:8.6.38-1'
<dependency org="org.hpccsystems" name="wsclient" rev="8.6.38-1">
<artifact name="wsclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='wsclient', version='8.6.38-1')
)
libraryDependencies += "org.hpccsystems" % "wsclient" % "8.6.38-1"
[org.hpccsystems/wsclient "8.6.38-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hpccsystems : commons-hpcc | jar | 8.6.38-1 |
| junit : junit | jar | 4.13.1 |
| org.json : json | jar | 20180813 |
| org.antlr : antlr4 | jar | 4.8-1 |
| org.antlr : antlr4-runtime | jar | 4.8-1 |
| commons-io : commons-io | jar | 2.7 |
| com.jcraft : jsch | jar | 0.1.54 |
| javax.mail : mail | jar | 1.4 |
| org.apache.axis2 : axis2 | pom | 1.8.0 |
| org.apache.axis2 : axis2-kernel | jar | 1.8.0 |
| org.apache.axis2 : axis2-transport-http | jar | 1.8.0 |
| org.apache.axis2 : axis2-transport-local | jar | 1.8.0 |
| org.apache.axis2 : axis2-adb | jar | 1.8.0 |
| org.apache.axis2 : axis2-jaxws | jar | 1.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | pom | 2.17.1 |