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