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