Download lettuce-4.1.2.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 4.1.2.Final in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials