is not current version
Last Version 1.3.4

org.aktin:broker-client 0.1

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.1
Type

Type

jar

Download broker-client 0.1


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