com.yangxiaochen.dlock:dlock-redis

一个分布式锁封装

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.yangxiaochen.dlock
ArtifactId

ArtifactId

dlock-redis
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

一个分布式锁封装

Download dlock-redis

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
com.yangxiaochen.dlock : dlock-api jar 0.0.3
org.redisson : redisson jar 2.9.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1