License |
License |
---|---|
GroupId | GroupIdorg.openbites |
ArtifactId | ArtifactIddistributed-lock |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondistributed-lock
A lock implementation for the purpose of protecting the critical section of a group of distributed processes.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
distributed-lock-2.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbites/distributed-lock/ -->
<dependency>
<groupId>org.openbites</groupId>
<artifactId>distributed-lock</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openbites/distributed-lock/
implementation 'org.openbites:distributed-lock:2.0.1'
// https://jarcasting.com/artifacts/org.openbites/distributed-lock/
implementation ("org.openbites:distributed-lock:2.0.1")
'org.openbites:distributed-lock:pom:2.0.1'
<dependency org="org.openbites" name="distributed-lock" rev="2.0.1">
<artifact name="distributed-lock" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openbites', module='distributed-lock', version='2.0.1')
)
libraryDependencies += "org.openbites" % "distributed-lock" % "2.0.1"
[org.openbites/distributed-lock "2.0.1"]