Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.yoojia |
ArtifactId | ArtifactIdhalo-redis |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
halo-redis-1.0.3.pom | |
halo-redis-1.0.3.jar | 2 KB |
halo-redis-1.0.3-sources.jar | 1 KB |
halo-redis-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/halo-redis/
implementation 'com.github.yoojia:halo-redis:1.0.3'
// https://jarcasting.com/artifacts/com.github.yoojia/halo-redis/
implementation ("com.github.yoojia:halo-redis:1.0.3")
'com.github.yoojia:halo-redis:jar:1.0.3'
<dependency org="com.github.yoojia" name="halo-redis" rev="1.0.3">
<artifact name="halo-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='halo-redis', version='1.0.3')
)
libraryDependencies += "com.github.yoojia" % "halo-redis" % "1.0.3"
[com.github.yoojia/halo-redis "1.0.3"]