License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
GroupId | GroupIdcom.seezoon |
ArtifactId | ArtifactIdredis-spring-boot-starter |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-spring-boot-starter
redis integration
|
<!-- https://jarcasting.com/artifacts/com.seezoon/redis-spring-boot-starter/ -->
<dependency>
<groupId>com.seezoon</groupId>
<artifactId>redis-spring-boot-starter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.seezoon/redis-spring-boot-starter/
implementation 'com.seezoon:redis-spring-boot-starter:1.0.3'
// https://jarcasting.com/artifacts/com.seezoon/redis-spring-boot-starter/
implementation ("com.seezoon:redis-spring-boot-starter:1.0.3")
'com.seezoon:redis-spring-boot-starter:jar:1.0.3'
<dependency org="com.seezoon" name="redis-spring-boot-starter" rev="1.0.3">
<artifact name="redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seezoon', module='redis-spring-boot-starter', version='1.0.3')
)
libraryDependencies += "com.seezoon" % "redis-spring-boot-starter" % "1.0.3"
[com.seezoon/redis-spring-boot-starter "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.apache.commons : commons-pool2 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |