License |
License |
---|---|
GroupId | GroupIdorg.openbites |
ArtifactId | ArtifactIddistributed-lock-core |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptiondistributed-lock-core
A lock implementation for the purpose of protecting the critical section of a group of distributed processes.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.openbites/distributed-lock-core/ -->
<dependency>
<groupId>org.openbites</groupId>
<artifactId>distributed-lock-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbites/distributed-lock-core/
implementation 'org.openbites:distributed-lock-core:2.0.1'
// https://jarcasting.com/artifacts/org.openbites/distributed-lock-core/
implementation ("org.openbites:distributed-lock-core:2.0.1")
'org.openbites:distributed-lock-core:jar:2.0.1'
<dependency org="org.openbites" name="distributed-lock-core" rev="2.0.1">
<artifact name="distributed-lock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbites', module='distributed-lock-core', version='2.0.1')
)
libraryDependencies += "org.openbites" % "distributed-lock-core" % "2.0.1"
[org.openbites/distributed-lock-core "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud : google-cloud-storage | jar | 2.2.1 |
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 |