is not current version
Last Version 2.1.2

com.budjb:spring-distributed-locks 2.1.0

Core interfaces of a distributed mutex locking library for Spring Boot

GroupId

GroupId

com.budjb
ArtifactId

ArtifactId

spring-distributed-locks
Version

Version

2.1.0
Type

Type

jar

Download spring-distributed-locks 2.1.0


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