distributed-lock
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.yupaits</groupId> <artifactId>distributed-lock</artifactId> <version>1.2.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.yupaits</groupId> <artifactId>distributed-lock</artifactId> <version>1.2.4</version> <name>distributed-lock</name> <description>分布式锁插件</description> <url>https://github.com/yupaits/yutool/yutool-parent/yutool-plugins/distributed-lock</url> <organization> <name>Pivotal Software, Inc.</name> <url>https://spring.io</url> </organization> <licenses> <license> <name>MIT License</name> <url>https://github.com/yupaits/yutool/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>yupaits</id> <email>ts495606653@hotmail.com</email> <url>https://github.com/yupaits</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/spring-projects/spring-boot.git/yutool/yutool-parent/yutool-plugins/distributed-lock</connection> <developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git/yutool/yutool-parent/yutool-plugins/distributed-lock</developerConnection> <url>https://github.com/yupaits/yutool.git/yutool-parent/yutool-plugins/distributed-lock</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/spring-projects/spring-boot/issues</url> </issueManagement> <properties> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>com.yupaits</groupId> <artifactId>yutool-commons</artifactId> <version>1.2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>2.3.12.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> <version>5.2.7.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.2.7.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</artifactId> <version>2.3.1.RELEASE</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>3.7.0</version> <scope>provided</scope> </dependency> </dependencies> </project>