Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.hpccsystems |
ArtifactId | ArtifactIdwsclient |
Version | Version7.0.2 |
Type | Typejar |
Filename | Size |
---|---|
wsclient-7.0.2.pom | |
wsclient-7.0.2.jar | 7 MB |
wsclient-7.0.2-sources.jar | 5 MB |
wsclient-7.0.2-javadoc.jar | 20 MB |
wsclient-7.0.2-jar-with-dependencies.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hpccsystems/wsclient/ -->
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>wsclient</artifactId>
<version>7.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/wsclient/
implementation 'org.hpccsystems:wsclient:7.0.2'
// https://jarcasting.com/artifacts/org.hpccsystems/wsclient/
implementation ("org.hpccsystems:wsclient:7.0.2")
'org.hpccsystems:wsclient:jar:7.0.2'
<dependency org="org.hpccsystems" name="wsclient" rev="7.0.2">
<artifact name="wsclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='wsclient', version='7.0.2')
)
libraryDependencies += "org.hpccsystems" % "wsclient" % "7.0.2"
[org.hpccsystems/wsclient "7.0.2"]