Download lettuce-core-5.0.2.RELEASE.jar file - Jar l

Jar examples for l:lettuce-core

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-core 5.0.2.RELEASE in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add lettuce-core-5.0.2.RELEASE.jar to your project.

<dependency>
   <groupId>io.lettuce</groupId>
   <artifactId>lettuce-core</artifactId>
   <version>5.0.2.RELEASE</version>
</dependency>
compile group: 'io.lettuce', name: 'lettuce-core', version: '5.0.2.RELEASE'
libraryDependencies += "io.lettuce" % "lettuce-core" % "5.0.2.RELEASE"
<dependency org="io.lettuce" name="lettuce-core" rev="5.0.2.RELEASE"/>
@Grapes(@Grab(group='io.lettuce', module='lettuce-core', version='5.0.2.RELEASE'))
'io.lettuce:lettuce-core:jar:5.0.2.RELEASE'

Download

Click the following link to download the jar file.

lettuce-core-5.0.2.RELEASE-javadoc.jar
lettuce-core-5.0.2.RELEASE-sources.jar
lettuce-core-5.0.2.RELEASE.jar
lettuce-core-5.0.2.RELEASE.pom



Related Tutorials