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