Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.hpccsystems |
ArtifactId | ArtifactIdwsclient |
Version | Version7.4.8 |
Type | Typejar |
Filename | Size |
---|---|
wsclient-7.4.8.pom | |
wsclient-7.4.8.jar | 4 MB |
wsclient-7.4.8-sources.jar | 6 MB |
wsclient-7.4.8-javadoc.jar | 23 MB |
wsclient-7.4.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/wsclient/
implementation 'org.hpccsystems:wsclient:7.4.8'
// https://jarcasting.com/artifacts/org.hpccsystems/wsclient/
implementation ("org.hpccsystems:wsclient:7.4.8")
'org.hpccsystems:wsclient:jar:7.4.8'
<dependency org="org.hpccsystems" name="wsclient" rev="7.4.8">
<artifact name="wsclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='wsclient', version='7.4.8')
)
libraryDependencies += "org.hpccsystems" % "wsclient" % "7.4.8"
[org.hpccsystems/wsclient "7.4.8"]