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