| GroupId | GroupIdio.higgs |
|---|---|
| ArtifactId | ArtifactIdwebsocket |
| Version | Version0.0.21 |
| Type | Typepom |
| Filename | Size |
|---|---|
| websocket-0.0.21.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.higgs/websocket/ -->
<dependency>
<groupId>io.higgs</groupId>
<artifactId>websocket</artifactId>
<version>0.0.21</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/websocket/
implementation 'io.higgs:websocket:0.0.21'
// https://jarcasting.com/artifacts/io.higgs/websocket/
implementation ("io.higgs:websocket:0.0.21")
'io.higgs:websocket:pom:0.0.21'
<dependency org="io.higgs" name="websocket" rev="0.0.21">
<artifact name="websocket" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='websocket', version='0.0.21')
)
libraryDependencies += "io.higgs" % "websocket" % "0.0.21"
[io.higgs/websocket "0.0.21"]