| License |
License |
|---|---|
| GroupId | GroupIdio.github.lamtong |
| ArtifactId | ArtifactIdeasylock |
| Last Version | Last Version1.3.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioneasylock
EasyLock aims to provide fundamental usage of distributed lock, based on Netty. which makes it easy for
access control of shared resources.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| easylock-1.3.2.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.lamtong/easylock/ -->
<dependency>
<groupId>io.github.lamtong</groupId>
<artifactId>easylock</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lamtong/easylock/
implementation 'io.github.lamtong:easylock:1.3.2'
// https://jarcasting.com/artifacts/io.github.lamtong/easylock/
implementation ("io.github.lamtong:easylock:1.3.2")
'io.github.lamtong:easylock:pom:1.3.2'
<dependency org="io.github.lamtong" name="easylock" rev="1.3.2">
<artifact name="easylock" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.lamtong', module='easylock', version='1.3.2')
)
libraryDependencies += "io.github.lamtong" % "easylock" % "1.3.2"
[io.github.lamtong/easylock "1.3.2"]