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