Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.github.AnonymousMister |
ArtifactId | ArtifactIdspring-boot-starter-data-redis |
Version | Version2.1.0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-starter-data-redis-2.1.0.1.6.pom | |
spring-boot-starter-data-redis-2.1.0.1.6.jar | 310 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.AnonymousMister/spring-boot-starter-data-redis/ -->
<dependency>
<groupId>com.github.AnonymousMister</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>2.1.0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.AnonymousMister/spring-boot-starter-data-redis/
implementation 'com.github.AnonymousMister:spring-boot-starter-data-redis:2.1.0.1.6'
// https://jarcasting.com/artifacts/com.github.AnonymousMister/spring-boot-starter-data-redis/
implementation ("com.github.AnonymousMister:spring-boot-starter-data-redis:2.1.0.1.6")
'com.github.AnonymousMister:spring-boot-starter-data-redis:jar:2.1.0.1.6'
<dependency org="com.github.AnonymousMister" name="spring-boot-starter-data-redis" rev="2.1.0.1.6">
<artifact name="spring-boot-starter-data-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.AnonymousMister', module='spring-boot-starter-data-redis', version='2.1.0.1.6')
)
libraryDependencies += "com.github.AnonymousMister" % "spring-boot-starter-data-redis" % "2.1.0.1.6"
[com.github.AnonymousMister/spring-boot-starter-data-redis "2.1.0.1.6"]