Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.wellch4n |
ArtifactId | ArtifactIdredis-schedule-spring-boot-starter |
Version | Version1.0-RELEASE |
Type | Typejar |
<!-- 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.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.wellch4n/redis-schedule-spring-boot-starter/
implementation 'com.wellch4n:redis-schedule-spring-boot-starter:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.wellch4n/redis-schedule-spring-boot-starter/
implementation ("com.wellch4n:redis-schedule-spring-boot-starter:1.0-RELEASE")
'com.wellch4n:redis-schedule-spring-boot-starter:jar:1.0-RELEASE'
<dependency org="com.wellch4n" name="redis-schedule-spring-boot-starter" rev="1.0-RELEASE">
<artifact name="redis-schedule-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wellch4n', module='redis-schedule-spring-boot-starter', version='1.0-RELEASE')
)
libraryDependencies += "com.wellch4n" % "redis-schedule-spring-boot-starter" % "1.0-RELEASE"
[com.wellch4n/redis-schedule-spring-boot-starter "1.0-RELEASE"]