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