Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdwiki.xsx |
ArtifactId | ArtifactIdspring-boot-starter-fast-redis |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/wiki.xsx/spring-boot-starter-fast-redis/ -->
<dependency>
<groupId>wiki.xsx</groupId>
<artifactId>spring-boot-starter-fast-redis</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/wiki.xsx/spring-boot-starter-fast-redis/
implementation 'wiki.xsx:spring-boot-starter-fast-redis:1.5.0'
// https://jarcasting.com/artifacts/wiki.xsx/spring-boot-starter-fast-redis/
implementation ("wiki.xsx:spring-boot-starter-fast-redis:1.5.0")
'wiki.xsx:spring-boot-starter-fast-redis:jar:1.5.0'
<dependency org="wiki.xsx" name="spring-boot-starter-fast-redis" rev="1.5.0">
<artifact name="spring-boot-starter-fast-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='wiki.xsx', module='spring-boot-starter-fast-redis', version='1.5.0')
)
libraryDependencies += "wiki.xsx" % "spring-boot-starter-fast-redis" % "1.5.0"
[wiki.xsx/spring-boot-starter-fast-redis "1.5.0"]