License |
License |
---|---|
GroupId | GroupIdorg.jetlinks |
ArtifactId | ArtifactIdlettuce-plus-spring |
Last Version | Last Version1.0.0-RC |
Release Date | Release Date |
Type | Typejar |
Description |
Description基于Lettuce的拓展,实现分布式锁,信号量,布隆过滤器,令牌桶等功能.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.jetlinks/lettuce-plus-spring/ -->
<dependency>
<groupId>org.jetlinks</groupId>
<artifactId>lettuce-plus-spring</artifactId>
<version>1.0.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetlinks/lettuce-plus-spring/
implementation 'org.jetlinks:lettuce-plus-spring:1.0.0-RC'
// https://jarcasting.com/artifacts/org.jetlinks/lettuce-plus-spring/
implementation ("org.jetlinks:lettuce-plus-spring:1.0.0-RC")
'org.jetlinks:lettuce-plus-spring:jar:1.0.0-RC'
<dependency org="org.jetlinks" name="lettuce-plus-spring" rev="1.0.0-RC">
<artifact name="lettuce-plus-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetlinks', module='lettuce-plus-spring', version='1.0.0-RC')
)
libraryDependencies += "org.jetlinks" % "lettuce-plus-spring" % "1.0.0-RC"
[org.jetlinks/lettuce-plus-spring "1.0.0-RC"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 4.3.24.RELEASE |
org.springframework : spring-context-support | jar | 4.3.24.RELEASE |
org.jetlinks : lettuce-plus-core | jar | 1.0.0-RC |
org.hswebframework.web : hsweb-authorization-api Optional | jar | 3.0.8 |
org.slf4j : slf4j-api | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.2.3 |