is not current version
Last Version 1.3.2

io.github.lamtong:easylock 1.3.1

EasyLock aims to provide fundamental usage of distributed lock, based on Netty. which makes it easy for access control of shared resources.

GroupId

GroupId

io.github.lamtong
ArtifactId

ArtifactId

easylock
Version

Version

1.3.1
Type

Type

pom

Download easylock 1.3.1

Filename Size
easylock-1.3.1.pom 5 KB
Browse

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