License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.frank5380 |
ArtifactId | ArtifactIdcandy-redis |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
candy-redis-0.0.7.pom | |
candy-redis-0.0.7.jar | 5 KB |
candy-redis-0.0.7-sources.jar | 2 KB |
candy-redis-0.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frank5380/candy-redis/
implementation 'com.github.frank5380:candy-redis:0.0.7'
// https://jarcasting.com/artifacts/com.github.frank5380/candy-redis/
implementation ("com.github.frank5380:candy-redis:0.0.7")
'com.github.frank5380:candy-redis:jar:0.0.7'
<dependency org="com.github.frank5380" name="candy-redis" rev="0.0.7">
<artifact name="candy-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frank5380', module='candy-redis', version='0.0.7')
)
libraryDependencies += "com.github.frank5380" % "candy-redis" % "0.0.7"
[com.github.frank5380/candy-redis "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.frank5380 : candy-core | jar | 0.0.7 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.5.RELEASE |