is not current version
Last Version 1.3.4

org.aktin:broker-client 0.8

Broker client library. This library can be used to retrieve queries from a broker, request/submit status information and submit query results.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.aktin
ArtifactId

ArtifactId

broker-client
Version

Version

0.8
Type

Type

jar

Download broker-client 0.8


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