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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

lettuce-5.0.0.Beta1-javadoc.jar
lettuce-5.0.0.Beta1-sources.jar
lettuce-5.0.0.Beta1.jar
lettuce-5.0.0.Beta1.pom



Related Tutorials