MVN

org.jobrunr : jobrunr-spring-boot-2-starter

Maven & Gradle

Aug 14, 2023
2.1k stars

JobRunr Spring Boot Starter · An easy way to perform background processing on the JVM. Backed by persistent storage. Open and free for commercial use.

<dependency>
    <groupId>org.jobrunr</groupId>
    <artifactId>jobrunr-spring-boot-2-starter</artifactId>
    <version>6.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jobrunr : jobrunr-spring-boot-2-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.3.0

All Versions

Choose a version of org.jobrunr : jobrunr-spring-boot-2-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3.x
jobrunr-spring-boot-2-starter-6.3.0
6.2.x
jobrunr-spring-boot-2-starter-6.2.3
jobrunr-spring-boot-2-starter-6.2.2
jobrunr-spring-boot-2-starter-6.2.1
jobrunr-spring-boot-2-starter-6.2.0
6.1.x
jobrunr-spring-boot-2-starter-6.1.4
jobrunr-spring-boot-2-starter-6.1.3
jobrunr-spring-boot-2-starter-6.1.2
jobrunr-spring-boot-2-starter-6.1.1
jobrunr-spring-boot-2-starter-6.1.0
6.0.x
jobrunr-spring-boot-2-starter-6.0.0
jobrunr-spring-boot-2-starter-6.0.0-M2
jobrunr-spring-boot-2-starter-6.0.0-M1
jobrunr-spring-boot-2-starter-6.0.0-M0

How to add a dependency to Maven

Add the following org.jobrunr : jobrunr-spring-boot-2-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jobrunr</groupId>
    <artifactId>jobrunr-spring-boot-2-starter</artifactId>
    <version>6.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jobrunr : jobrunr-spring-boot-2-starter gradle dependency to your build.gradle file:

implementation 'org.jobrunr:jobrunr-spring-boot-2-starter:6.3.0'

Gradle Kotlin DSL: Add the following org.jobrunr : jobrunr-spring-boot-2-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jobrunr:jobrunr-spring-boot-2-starter:6.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jobrunr : jobrunr-spring-boot-2-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jobrunr" % "jobrunr-spring-boot-2-starter" % "6.3.0"

Advertisement

Dependencies from Group

Aug 14, 2023
13 usages
2.1k stars
Aug 14, 2023
1 usages
2.1k stars
Jan 06, 2023
1 usages
2.1k stars
Aug 14, 2023
1 usages
2.1k stars
Jun 13, 2021
2.1k stars

Discover Dependencies