License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.carl-xiao |
ArtifactId | ArtifactIdredis-tool |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-tool
提供redis工具方法
|
Project URL |
Project URL |
Filename | Size |
---|---|
redis-tool-1.0.pom | |
redis-tool-1.0.jar | 2 KB |
redis-tool-1.0-sources.jar | 613 bytes |
redis-tool-1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.carl-xiao/redis-tool/ -->
<dependency>
<groupId>com.github.carl-xiao</groupId>
<artifactId>redis-tool</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.carl-xiao/redis-tool/
implementation 'com.github.carl-xiao:redis-tool:1.0'
// https://jarcasting.com/artifacts/com.github.carl-xiao/redis-tool/
implementation ("com.github.carl-xiao:redis-tool:1.0")
'com.github.carl-xiao:redis-tool:jar:1.0'
<dependency org="com.github.carl-xiao" name="redis-tool" rev="1.0">
<artifact name="redis-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.carl-xiao', module='redis-tool', version='1.0')
)
libraryDependencies += "com.github.carl-xiao" % "redis-tool" % "1.0"
[com.github.carl-xiao/redis-tool "1.0"]