Download broker-client-0.3.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.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials