is not current version
Last Version 1.2

com.poolik:callback-websocket 1.1

A lightweight library to send Request - Reply style queries over a websocket

GroupId

GroupId

com.poolik
ArtifactId

ArtifactId

callback-websocket
Version

Version

1.1
Type

Type

jar

Download callback-websocket 1.1


<!-- https://jarcasting.com/artifacts/com.poolik/callback-websocket/ -->
<dependency>
    <groupId>com.poolik</groupId>
    <artifactId>callback-websocket</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.poolik/callback-websocket/
implementation 'com.poolik:callback-websocket:1.1'
// https://jarcasting.com/artifacts/com.poolik/callback-websocket/
implementation ("com.poolik:callback-websocket:1.1")
'com.poolik:callback-websocket:jar:1.1'
<dependency org="com.poolik" name="callback-websocket" rev="1.1">
  <artifact name="callback-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.poolik', module='callback-websocket', version='1.1')
)
libraryDependencies += "com.poolik" % "callback-websocket" % "1.1"
[com.poolik/callback-websocket "1.1"]