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