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

License

Apache License, Version 2.0

Build File

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

<dependency>
   <groupId>com.lambdaworks</groupId>
   <artifactId>lettuce</artifactId>
   <version>2.3.3</version>
</dependency>
compile group: 'com.lambdaworks', name: 'lettuce', version: '2.3.3'
libraryDependencies += "com.lambdaworks" % "lettuce" % "2.3.3"
<dependency org="com.lambdaworks" name="lettuce" rev="2.3.3"/>
@Grapes(@Grab(group='com.lambdaworks', module='lettuce', version='2.3.3'))
'com.lambdaworks:lettuce:jar:2.3.3'

Download

Click the following link to download the jar file.

lettuce-2.3.3-javadoc.jar
lettuce-2.3.3-sources.jar
lettuce-2.3.3.jar
lettuce-2.3.3.pom



Related Tutorials