License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
GroupId | GroupIdcom.wellch4n |
ArtifactId | ArtifactIdredis-schedule-spring-boot-starter |
Last Version | Last Version1.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-schedule-spring-boot-starter
A task schedule based redis key expire
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.wellch4n/redis-schedule-spring-boot-starter/ -->
<dependency>
<groupId>com.wellch4n</groupId>
<artifactId>redis-schedule-spring-boot-starter</artifactId>
<version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.wellch4n/redis-schedule-spring-boot-starter/
implementation 'com.wellch4n:redis-schedule-spring-boot-starter:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.wellch4n/redis-schedule-spring-boot-starter/
implementation ("com.wellch4n:redis-schedule-spring-boot-starter:1.1-RELEASE")
'com.wellch4n:redis-schedule-spring-boot-starter:jar:1.1-RELEASE'
<dependency org="com.wellch4n" name="redis-schedule-spring-boot-starter" rev="1.1-RELEASE">
<artifact name="redis-schedule-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wellch4n', module='redis-schedule-spring-boot-starter', version='1.1-RELEASE')
)
libraryDependencies += "com.wellch4n" % "redis-schedule-spring-boot-starter" % "1.1-RELEASE"
[com.wellch4n/redis-schedule-spring-boot-starter "1.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.4.RELEASE |
redis.clients : jedis | jar | 3.1.0 |
org.projectlombok : lombok | jar | 1.16.6 |
com.alibaba : fastjson | jar | 1.2.60 |