com.yangxiaochen.dlock:dlock-api

一个分布式锁封装

GroupId

GroupId

com.yangxiaochen.dlock
ArtifactId

ArtifactId

dlock-api
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

一个分布式锁封装

Download dlock-api

How to add to project

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

Dependencies

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1