MVN

com.aaaxing : redisson-distributed-lock-parent

Maven & Gradle

Apr 12, 2024
3 stars

通过`@DistributedLock`注解(支持占位符)或DistributedLocks工具类使用分布式锁,支持可重入锁、公平锁、读写锁。 Use distributed locks through the `@DistributedLock` annotation (supports placeholders) or the DistributedLocks tool class to support reentrant locks, fair locks, and read-write locks.

<dependency>
    <groupId>com.aaaxing</groupId>
    <artifactId>redisson-distributed-lock-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aaaxing : redisson-distributed-lock-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.aaaxing : redisson-distributed-lock-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
redisson-distributed-lock-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.aaaxing</groupId>
    <artifactId>redisson-distributed-lock-parent</artifactId>
    <version>1.0.0</version>
</dependency>