Download mod-redis-client-1.1.3.jar file - Jar m

Jar examples for m:mod-redis-client

Description

Asynchronous REDIS module for Vert.x

You can download jar file mod-redis-client 1.1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mod-redis-client-1.1.3.jar to your project.

<dependency>
   <groupId>io.vertx</groupId>
   <artifactId>mod-redis-client</artifactId>
   <version>1.1.3</version>
</dependency>
compile group: 'io.vertx', name: 'mod-redis-client', version: '1.1.3'
libraryDependencies += "io.vertx" % "mod-redis-client" % "1.1.3"
<dependency org="io.vertx" name="mod-redis-client" rev="1.1.3"/>
@Grapes(@Grab(group='io.vertx', module='mod-redis-client', version='1.1.3'))
'io.vertx:mod-redis-client:jar:1.1.3'

Download

Click the following link to download the jar file.

mod-redis-client-1.1.3-javadoc.jar
mod-redis-client-1.1.3-sources.jar
mod-redis-client-1.1.3.jar
mod-redis-client-1.1.3.pom



Related Tutorials