Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.yunwjr |
ArtifactId | ArtifactIdredis-tool |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
redis-tool-0.0.1.pom | |
redis-tool-0.0.1.jar | 7 KB |
redis-tool-0.0.1-sources.jar | 3 KB |
redis-tool-0.0.1-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yunwjr/redis-tool/ -->
<dependency>
<groupId>com.github.yunwjr</groupId>
<artifactId>redis-tool</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yunwjr/redis-tool/
implementation 'com.github.yunwjr:redis-tool:0.0.1'
// https://jarcasting.com/artifacts/com.github.yunwjr/redis-tool/
implementation ("com.github.yunwjr:redis-tool:0.0.1")
'com.github.yunwjr:redis-tool:jar:0.0.1'
<dependency org="com.github.yunwjr" name="redis-tool" rev="0.0.1">
<artifact name="redis-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yunwjr', module='redis-tool', version='0.0.1')
)
libraryDependencies += "com.github.yunwjr" % "redis-tool" % "0.0.1"
[com.github.yunwjr/redis-tool "0.0.1"]