is not current version
Last Version 0.10

org.aktin:broker-client-websocket 0.1

Broker websocket client library. This library can be used to keep a live connection to the broker and retrieve notifications for new queries.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.aktin
ArtifactId

ArtifactId

broker-client-websocket
Version

Version

0.1
Type

Type

jar

Download broker-client-websocket 0.1


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