is not current version
Last Version 2.0.2

org.openbites:distributed-lock-integration 2.0.0

Integration of the distributed-lock-core with other frameworks.

GroupId

GroupId

org.openbites
ArtifactId

ArtifactId

distributed-lock-integration
Version

Version

2.0.0
Type

Type

jar

Download distributed-lock-integration 2.0.0


<!-- https://jarcasting.com/artifacts/org.openbites/distributed-lock-integration/ -->
<dependency>
    <groupId>org.openbites</groupId>
    <artifactId>distributed-lock-integration</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbites/distributed-lock-integration/
implementation 'org.openbites:distributed-lock-integration:2.0.0'
// https://jarcasting.com/artifacts/org.openbites/distributed-lock-integration/
implementation ("org.openbites:distributed-lock-integration:2.0.0")
'org.openbites:distributed-lock-integration:jar:2.0.0'
<dependency org="org.openbites" name="distributed-lock-integration" rev="2.0.0">
  <artifact name="distributed-lock-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbites', module='distributed-lock-integration', version='2.0.0')
)
libraryDependencies += "org.openbites" % "distributed-lock-integration" % "2.0.0"
[org.openbites/distributed-lock-integration "2.0.0"]