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