Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdio.fency |
ArtifactId | ArtifactIdfency-spring-boot-starter-redis |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
fency-spring-boot-starter-redis-0.1.0.pom | |
fency-spring-boot-starter-redis-0.1.0.jar | 411 bytes |
fency-spring-boot-starter-redis-0.1.0-sources.jar | 261 bytes |
fency-spring-boot-starter-redis-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.fency/fency-spring-boot-starter-redis/ -->
<dependency>
<groupId>io.fency</groupId>
<artifactId>fency-spring-boot-starter-redis</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fency/fency-spring-boot-starter-redis/
implementation 'io.fency:fency-spring-boot-starter-redis:0.1.0'
// https://jarcasting.com/artifacts/io.fency/fency-spring-boot-starter-redis/
implementation ("io.fency:fency-spring-boot-starter-redis:0.1.0")
'io.fency:fency-spring-boot-starter-redis:jar:0.1.0'
<dependency org="io.fency" name="fency-spring-boot-starter-redis" rev="0.1.0">
<artifact name="fency-spring-boot-starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fency', module='fency-spring-boot-starter-redis', version='0.1.0')
)
libraryDependencies += "io.fency" % "fency-spring-boot-starter-redis" % "0.1.0"
[io.fency/fency-spring-boot-starter-redis "0.1.0"]