is not current version
Last Version 6.1.8.RELEASE

io.lettuce:lettuce-core 5.1.8.RELEASE

Advanced and thread-safe Java Redis client for synchronous, asynchronous, and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs and much more.

GroupId

GroupId

io.lettuce
ArtifactId

ArtifactId

lettuce-core
Version

Version

5.1.8.RELEASE
Type

Type

jar

Download lettuce-core 5.1.8.RELEASE


<!-- https://jarcasting.com/artifacts/io.lettuce/lettuce-core/ -->
<dependency>
    <groupId>io.lettuce</groupId>
    <artifactId>lettuce-core</artifactId>
    <version>5.1.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.lettuce/lettuce-core/
implementation 'io.lettuce:lettuce-core:5.1.8.RELEASE'
// https://jarcasting.com/artifacts/io.lettuce/lettuce-core/
implementation ("io.lettuce:lettuce-core:5.1.8.RELEASE")
'io.lettuce:lettuce-core:jar:5.1.8.RELEASE'
<dependency org="io.lettuce" name="lettuce-core" rev="5.1.8.RELEASE">
  <artifact name="lettuce-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lettuce', module='lettuce-core', version='5.1.8.RELEASE')
)
libraryDependencies += "io.lettuce" % "lettuce-core" % "5.1.8.RELEASE"
[io.lettuce/lettuce-core "5.1.8.RELEASE"]