lettuce

Java redis client

License

License

GroupId

GroupId

com.lambdaworks
ArtifactId

ArtifactId

lettuce
Last Version

Last Version

2.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

lettuce
Java redis client
Project URL

Project URL

http://github.com/wg/lettuce
Source Code Management

Source Code Management

http://github.com/wg/lettuce

Download lettuce

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
io.netty : netty jar 3.6.6.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.3.0
1.2.0
1.1.0
1.0.0