Download lettuce-3.5.0.Final.jar file - Jar l

Jar examples for l:lettuce

Description

Advanced and thread-safe Java Redis client for synchronous, asynchronous, and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs and much more.

You can download jar file lettuce 3.5.0.Final in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add lettuce-3.5.0.Final.jar to your project.

<dependency>
   <groupId>biz.paluch.redis</groupId>
   <artifactId>lettuce</artifactId>
   <version>3.5.0.Final</version>
</dependency>
compile group: 'biz.paluch.redis', name: 'lettuce', version: '3.5.0.Final'
libraryDependencies += "biz.paluch.redis" % "lettuce" % "3.5.0.Final"
<dependency org="biz.paluch.redis" name="lettuce" rev="3.5.0.Final"/>
@Grapes(@Grab(group='biz.paluch.redis', module='lettuce', version='3.5.0.Final'))
'biz.paluch.redis:lettuce:jar:3.5.0.Final'

Download

Click the following link to download the jar file.

lettuce-3.5.0.Final-javadoc.jar
lettuce-3.5.0.Final-shaded.jar
lettuce-3.5.0.Final-sources.jar
lettuce-3.5.0.Final.jar
lettuce-3.5.0.Final.pom



Related Tutorials