Last Version

cn.cyejing:dsync-example 0.1.3

分布式锁,基于Netty长连接实现,自定义协议,高性能锁

License

License

GroupId

GroupId

cn.cyejing
ArtifactId

ArtifactId

dsync-example
Version

Version

0.1.3
Type

Type

jar
Description

Description

分布式锁,基于Netty长连接实现,自定义协议,高性能锁

Download dsync-example 0.1.3


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

Dependencies

compile (2)

Group / Artifact Type Version
cn.cyejing : dsync-toolkit jar 0.1.3
redis.clients : jedis jar 2.9.0

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.23.0
org.springframework.boot : spring-boot-starter-data-redis jar 2.0.2.RELEASE
org.redisson : redisson jar 3.9.0

Project Modules

There are no modules declared in this project.