License |
License |
---|---|
GroupId | GroupIdorg.openbites |
ArtifactId | ArtifactIddistributed-lock |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionorg.openbites:distributed-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-1.0.2.pom | |
distributed-lock-1.0.2.jar | 17 KB |
distributed-lock-1.0.2-sources.jar | 8 KB |
distributed-lock-1.0.2-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbites/distributed-lock/ -->
<dependency>
<groupId>org.openbites</groupId>
<artifactId>distributed-lock</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbites/distributed-lock/
implementation 'org.openbites:distributed-lock:1.0.2'
// https://jarcasting.com/artifacts/org.openbites/distributed-lock/
implementation ("org.openbites:distributed-lock:1.0.2")
'org.openbites:distributed-lock:jar:1.0.2'
<dependency org="org.openbites" name="distributed-lock" rev="1.0.2">
<artifact name="distributed-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbites', module='distributed-lock', version='1.0.2')
)
libraryDependencies += "org.openbites" % "distributed-lock" % "1.0.2"
[org.openbites/distributed-lock "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud : google-cloud-storage | jar | 2.2.0 |
ch.qos.logback : logback-classic | jar | 1.2.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 4.0.0 |
org.mockito : mockito-inline | jar | 4.0.0 |