Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.higgs |
ArtifactId | ArtifactIdws-client |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
ws-client-0.0.8.pom | |
ws-client-0.0.8.jar | 20 KB |
ws-client-0.0.8-sources.jar | 10 KB |
ws-client-0.0.8-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.higgs/ws-client/ -->
<dependency>
<groupId>io.higgs</groupId>
<artifactId>ws-client</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/ws-client/
implementation 'io.higgs:ws-client:0.0.8'
// https://jarcasting.com/artifacts/io.higgs/ws-client/
implementation ("io.higgs:ws-client:0.0.8")
'io.higgs:ws-client:jar:0.0.8'
<dependency org="io.higgs" name="ws-client" rev="0.0.8">
<artifact name="ws-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='ws-client', version='0.0.8')
)
libraryDependencies += "io.higgs" % "ws-client" % "0.0.8"
[io.higgs/ws-client "0.0.8"]