META-INF.maven.io.github.dengchen2020.dc-spring-boot-starter-lock.pom.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.dengchen2020</groupId> <artifactId>dc-spring-boot-starter-parent</artifactId> <version>0.0.31</version> </parent> <artifactId>dc-spring-boot-starter-lock</artifactId> <name>${project.artifactId}</name> <url>https://github.com/DengChen2020/dc-spring-boot-starter-lock</url> <description>分布式锁</description> <developers> <developer> <id>dc2024</id> <name>小郴</name> <email>[email protected]</email> </developer> </developers> <scm> <url>https://github.com/DengChen2020/dc-spring-boot-starter-lock</url> <connection>https://github.com/DengChen2020/dc-spring-boot-starter-lock.git</connection> <developerConnection>https://github.com/DengChen2020/dc-spring-boot-starter-lock.git</developerConnection> </scm> <dependencies> <dependency> <groupId>io.github.dengchen2020</groupId> <artifactId>dc-spring-boot-starter-core</artifactId> <version>${dc.version}</version> </dependency> <!--redisson--> <dependency> <groupId>org.redisson</groupId> <artifactId>redisson</artifactId> <version>${redisson.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>${springboot.version}</version> <scope>provided</scope> <optional>true</optional> </dependency> </dependencies> </project>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy