Download redisq-0.0.5.jar file - Jar r

Jar examples for r:redisq

Description

RedisQ - Java implementation of a reliable Pub/Sub message queue based on Redis

You can download jar file redisq 0.0.5 in this page.

License

MIT

Build File

You can use the following script to add redisq-0.0.5.jar to your project.

<dependency>
   <groupId>ai.grakn</groupId>
   <artifactId>redisq</artifactId>
   <version>0.0.5</version>
</dependency>
compile group: 'ai.grakn', name: 'redisq', version: '0.0.5'
libraryDependencies += "ai.grakn" % "redisq" % "0.0.5"
<dependency org="ai.grakn" name="redisq" rev="0.0.5"/>
@Grapes(@Grab(group='ai.grakn', module='redisq', version='0.0.5'))
'ai.grakn:redisq:jar:0.0.5'

Download

Click the following link to download the jar file.

redisq-0.0.5-javadoc.jar
redisq-0.0.5-sources.jar
redisq-0.0.5.jar
redisq-0.0.5.pom



Related Tutorials