Download broker-client-0.5.jar file - Jar b

Jar examples for b:broker-client

Description

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

You can download jar file broker-client 0.5 in this page.

Build File

You can use the following script to add broker-client-0.5.jar to your project.

<dependency>
   <groupId>org.aktin</groupId>
   <artifactId>broker-client</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'org.aktin', name: 'broker-client', version: '0.5'
libraryDependencies += "org.aktin" % "broker-client" % "0.5"
<dependency org="org.aktin" name="broker-client" rev="0.5"/>
@Grapes(@Grab(group='org.aktin', module='broker-client', version='0.5'))
'org.aktin:broker-client:jar:0.5'

Download

Click the following link to download the jar file.

broker-client-0.5-javadoc.jar
broker-client-0.5-sources.jar
broker-client-0.5.jar
broker-client-0.5.pom



Related Tutorials