| License |
License |
|---|---|
| GroupId | GroupIdcn.cyejing |
| ArtifactId | ArtifactIddsync-example |
| Version | Version0.1.3 |
| Type | Typejar |
| Description |
Description分布式锁,基于Netty长连接实现,自定义协议,高性能锁
|
| Filename | Size |
|---|---|
| dsync-example-0.1.3.pom | |
| dsync-example-0.1.3.jar | 7 MB |
| dsync-example-0.1.3-sources.jar | 2 KB |
| dsync-example-0.1.3-javadoc.jar | 24 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.cyejing : dsync-toolkit | jar | 0.1.3 |
| redis.clients : jedis | jar | 2.9.0 |
| 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 |