MVN

net.javacrumbs.shedlock : shedlock-provider-redis-spring-1

Maven & Gradle

Jan 29, 2022
<dependency>
    <groupId>net.javacrumbs.shedlock</groupId>
    <artifactId>shedlock-provider-redis-spring-1</artifactId>
    <version>4.33.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.javacrumbs.shedlock : shedlock-provider-redis-spring-1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.33.0

All Versions

Choose a version of net.javacrumbs.shedlock : shedlock-provider-redis-spring-1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.33.x
shedlock-provider-redis-spring-1-4.33.0
4.32.x
shedlock-provider-redis-spring-1-4.32.0
4.31.x
shedlock-provider-redis-spring-1-4.31.0
4.30.x
shedlock-provider-redis-spring-1-4.30.0
4.29.x
shedlock-provider-redis-spring-1-4.29.0
4.28.x
shedlock-provider-redis-spring-1-4.28.0
4.27.x
shedlock-provider-redis-spring-1-4.27.0
4.26.x
shedlock-provider-redis-spring-1-4.26.0
4.25.x
shedlock-provider-redis-spring-1-4.25.0
4.24.x
shedlock-provider-redis-spring-1-4.24.0
4.23.x
shedlock-provider-redis-spring-1-4.23.0
4.22.x
shedlock-provider-redis-spring-1-4.22.1
shedlock-provider-redis-spring-1-4.22.0
4.21.x
shedlock-provider-redis-spring-1-4.21.0
4.20.x
shedlock-provider-redis-spring-1-4.20.1
shedlock-provider-redis-spring-1-4.20.0
4.19.x
shedlock-provider-redis-spring-1-4.19.1
shedlock-provider-redis-spring-1-4.19.0
4.18.x
shedlock-provider-redis-spring-1-4.18.0
4.17.x
shedlock-provider-redis-spring-1-4.17.0
4.16.x
shedlock-provider-redis-spring-1-4.16.0
4.15.x
shedlock-provider-redis-spring-1-4.15.1
shedlock-provider-redis-spring-1-4.15.0
4.14.x
shedlock-provider-redis-spring-1-4.14.0
4.13.x
shedlock-provider-redis-spring-1-4.13.0
4.12.x
shedlock-provider-redis-spring-1-4.12.0
4.11.x
shedlock-provider-redis-spring-1-4.11.1
4.10.x
shedlock-provider-redis-spring-1-4.10.1
4.9.x
shedlock-provider-redis-spring-1-4.9.3
shedlock-provider-redis-spring-1-4.9.2
shedlock-provider-redis-spring-1-4.9.1
shedlock-provider-redis-spring-1-4.9.0
4.8.x
shedlock-provider-redis-spring-1-4.8.0
4.7.x
shedlock-provider-redis-spring-1-4.7.1
shedlock-provider-redis-spring-1-4.7.0
4.6.x
shedlock-provider-redis-spring-1-4.6.0
4.5.x
shedlock-provider-redis-spring-1-4.5.2
shedlock-provider-redis-spring-1-4.5.1
shedlock-provider-redis-spring-1-4.5.0
4.4.x
shedlock-provider-redis-spring-1-4.4.0
4.3.x
shedlock-provider-redis-spring-1-4.3.1

How to add a dependency to Maven

Add the following net.javacrumbs.shedlock : shedlock-provider-redis-spring-1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.javacrumbs.shedlock</groupId>
    <artifactId>shedlock-provider-redis-spring-1</artifactId>
    <version>4.33.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.javacrumbs.shedlock : shedlock-provider-redis-spring-1 gradle dependency to your build.gradle file:

implementation 'net.javacrumbs.shedlock:shedlock-provider-redis-spring-1:4.33.0'

Gradle Kotlin DSL: Add the following net.javacrumbs.shedlock : shedlock-provider-redis-spring-1 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.javacrumbs.shedlock:shedlock-provider-redis-spring-1:4.33.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.javacrumbs.shedlock : shedlock-provider-redis-spring-1 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.javacrumbs.shedlock" % "shedlock-provider-redis-spring-1" % "4.33.0"