Jar examples for l:lettuce-core
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.
Apache License, Version 2.0
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'
Click the following link to download the jar file.
lettuce-core-5.0.2.RELEASE-javadoc.jar