Last Version

com.baomidou:lock4j-core 2.2.2

Declarative and programmatic distributed locks based on spring aop with RedisTemplate Redisson Zookeeper

License

License

GroupId

GroupId

com.baomidou
ArtifactId

ArtifactId

lock4j-core
Version

Version

2.2.2
Type

Type

jar
Description

Description

Declarative and programmatic distributed locks based on spring aop with RedisTemplate Redisson Zookeeper
Project Organization

Project Organization

baomidou

Download lock4j-core 2.2.2


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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-aop jar 2.5.0
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.5.0
org.projectlombok : lombok Optional jar 1.18.20

Project Modules

There are no modules declared in this project.

Related Libraries