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