MVN

org.jobrunr : jobrunr-spring-boot-native

Maven & Gradle

Jan 06, 2023
2.1k stars

JobRunr Spring Boot Native · 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-native</artifactId>
    <version>5.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.3.3
  • Latest Release Candidate: 5.2.0-RC1

All Versions

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

Version Vulnerabilities Updated
5.3.x
jobrunr-spring-boot-native-5.3.3
jobrunr-spring-boot-native-5.3.2
jobrunr-spring-boot-native-5.3.1
jobrunr-spring-boot-native-5.3.0
5.2.x
jobrunr-spring-boot-native-5.2.0
jobrunr-spring-boot-native-5.2.0-RC1
5.1.x
jobrunr-spring-boot-native-5.1.7
jobrunr-spring-boot-native-5.1.6
jobrunr-spring-boot-native-5.1.5
jobrunr-spring-boot-native-5.1.4
jobrunr-spring-boot-native-5.1.3
jobrunr-spring-boot-native-5.1.2
jobrunr-spring-boot-native-5.1.1
jobrunr-spring-boot-native-5.1.0
5.0.x
jobrunr-spring-boot-native-5.0.1
jobrunr-spring-boot-native-5.0.0
jobrunr-spring-boot-native-5.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jobrunr</groupId>
    <artifactId>jobrunr-spring-boot-native</artifactId>
    <version>5.3.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jobrunr:jobrunr-spring-boot-native:5.3.3'

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

implementation("org.jobrunr:jobrunr-spring-boot-native:5.3.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jobrunr" % "jobrunr-spring-boot-native" % "5.3.3"

Advertisement