Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.frank5380 |
ArtifactId | ArtifactIdcandy-redis |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
candy-redis-0.0.2.pom | |
candy-redis-0.0.2.jar | 5 KB |
candy-redis-0.0.2-sources.jar | 2 KB |
candy-redis-0.0.2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frank5380/candy-redis/ -->
<dependency>
<groupId>com.github.frank5380</groupId>
<artifactId>candy-redis</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frank5380/candy-redis/
implementation 'com.github.frank5380:candy-redis:0.0.2'
// https://jarcasting.com/artifacts/com.github.frank5380/candy-redis/
implementation ("com.github.frank5380:candy-redis:0.0.2")
'com.github.frank5380:candy-redis:jar:0.0.2'
<dependency org="com.github.frank5380" name="candy-redis" rev="0.0.2">
<artifact name="candy-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frank5380', module='candy-redis', version='0.0.2')
)
libraryDependencies += "com.github.frank5380" % "candy-redis" % "0.0.2"
[com.github.frank5380/candy-redis "0.0.2"]