| Categories |
CategoriesRedis Data Databases |
|---|---|
| GroupId | GroupIdcom.github.yoojia |
| ArtifactId | ArtifactIdnext-redis |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| next-redis-1.0.pom | |
| next-redis-1.0.jar | 2 KB |
| next-redis-1.0-sources.jar | 1 KB |
| next-redis-1.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-redis/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-redis</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-redis/
implementation 'com.github.yoojia:next-redis:1.0'
// https://jarcasting.com/artifacts/com.github.yoojia/next-redis/
implementation ("com.github.yoojia:next-redis:1.0")
'com.github.yoojia:next-redis:jar:1.0'
<dependency org="com.github.yoojia" name="next-redis" rev="1.0">
<artifact name="next-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-redis', version='1.0')
)
libraryDependencies += "com.github.yoojia" % "next-redis" % "1.0"
[com.github.yoojia/next-redis "1.0"]