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