License |
License |
---|---|
GroupId | GroupIdio.lettuce |
ArtifactId | ArtifactIdlettuce-core |
Last Version | Last Version6.1.8.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLettuce
Advanced and thread-safe Java Redis client for synchronous, asynchronous, and
reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs
and much more.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.lettuce/lettuce-core/ -->
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.1.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.lettuce/lettuce-core/
implementation 'io.lettuce:lettuce-core:6.1.8.RELEASE'
// https://jarcasting.com/artifacts/io.lettuce/lettuce-core/
implementation ("io.lettuce:lettuce-core:6.1.8.RELEASE")
'io.lettuce:lettuce-core:jar:6.1.8.RELEASE'
<dependency org="io.lettuce" name="lettuce-core" rev="6.1.8.RELEASE">
<artifact name="lettuce-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lettuce', module='lettuce-core', version='6.1.8.RELEASE')
)
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.1.8.RELEASE"
[io.lettuce/lettuce-core "6.1.8.RELEASE"]