MVN

org.jetlinks : lettuce-plus

Maven & Gradle

Sep 04, 2019

Lettuce Plus · 基于Lettuce的拓展,实现分布式锁,信号量,布隆过滤器,令牌桶等功能.

<dependency>
    <groupId>org.jetlinks</groupId>
    <artifactId>lettuce-plus</artifactId>
    <version>1.0.0-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetlinks : lettuce-plus to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-RC
  • Latest Release Candidate: 1.0.0-RC

All Versions

Choose a version of org.jetlinks : lettuce-plus to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
lettuce-plus-1.0.0-RC

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jetlinks</groupId>
    <artifactId>lettuce-plus</artifactId>
    <version>1.0.0-RC</version>
</dependency>