Last Version

dsync 0.1.3

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

License

License

GroupId

GroupId

cn.cyejing
ArtifactId

ArtifactId

dsync
Version

Version

0.1.3
Type

Type

pom
Description

Description

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

Project URL

https://github.com/cyejing/dsync
Source Code Management

Source Code Management

https://github.com/cyejing/dsync

Download dsync 0.1.3

Filename Size
dsync-0.1.3.pom 4 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • dsync-toolkit
  • dsync-dominate
  • dsync-common
  • dsync-example