Skip to content

Download

Mark Paluch edited this page Jul 31, 2017 · 12 revisions

Releases of lettuce are available in the Maven Central repository.

Stable

<dependency>
  <groupId>biz.paluch.redis</groupId>
  <artifactId>lettuce</artifactId>
  <version>4.4.0.Final</version>
</dependency>

Pre-release

5.x branch

<dependency>
  <groupId>io.lettuce</groupId>
  <artifactId>lettuce-core</artifactId>
  <version>5.0.0.RC1</version>
</dependency>

You can download the versions alternatively direct using following links:

Snapshots

Every successful build is deployed as a snapshot to the Sonatype OSS Repository.

Clone this wiki locally