Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdio.github.shaohuizhe |
ArtifactId | ArtifactIdredis |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
redis-1.3.8.pom | |
redis-1.3.8.jar | 29 KB |
redis-1.3.8-sources.jar | 13 KB |
redis-1.3.8-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/redis/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>redis</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/redis/
implementation 'io.github.shaohuizhe:redis:1.3.8'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/redis/
implementation ("io.github.shaohuizhe:redis:1.3.8")
'io.github.shaohuizhe:redis:jar:1.3.8'
<dependency org="io.github.shaohuizhe" name="redis" rev="1.3.8">
<artifact name="redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='redis', version='1.3.8')
)
libraryDependencies += "io.github.shaohuizhe" % "redis" % "1.3.8"
[io.github.shaohuizhe/redis "1.3.8"]