hotkit-redis
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.wujiuye</groupId> <artifactId>hotkit-redis</artifactId> <version>2021.001.RC</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.github.wujiuye</groupId> <artifactId>hotkit-redis</artifactId> <version>2021.001.RC</version> <name>hotkit-redis</name> <description>hotkits项目集合中的一员,Redis客户端适配器组件,让切换Redis客户端框架只需要切换依赖包即可,提供反应式编程API。</description> <url>https://github.com/wujiuye/hotkits</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>wujiuye</id> <name>wujiuye</name> <email>419611821@qq.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/wujiuye/hotkits.git</connection> <developerConnection>scm:git:https://github.com/wujiuye/hotkits.git</developerConnection> <url>https://github.com/wujiuye/hotkits</url> </scm> <dependencies> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.9.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.wujiuye</groupId> <artifactId>hotkit-json</artifactId> <version>2021.001.RC</version> <scope>compile</scope> </dependency> </dependencies> </project>