is not current version
Last Version 5.1.4

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

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

Categories

Categories

Spring Boot Container Microservices JobRunr Application Layer Libs Job Scheduling
GroupId

GroupId

org.jobrunr
ArtifactId

ArtifactId

jobrunr-spring-boot-starter
Version

Version

1.1.0
Type

Type

jar

Download jobrunr-spring-boot-starter 1.1.0


<!-- https://jarcasting.com/artifacts/org.jobrunr/jobrunr-spring-boot-starter/ -->
<dependency>
    <groupId>org.jobrunr</groupId>
    <artifactId>jobrunr-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr-spring-boot-starter/
implementation 'org.jobrunr:jobrunr-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr-spring-boot-starter/
implementation ("org.jobrunr:jobrunr-spring-boot-starter:1.1.0")
'org.jobrunr:jobrunr-spring-boot-starter:jar:1.1.0'
<dependency org="org.jobrunr" name="jobrunr-spring-boot-starter" rev="1.1.0">
  <artifact name="jobrunr-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jobrunr', module='jobrunr-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "org.jobrunr" % "jobrunr-spring-boot-starter" % "1.1.0"
[org.jobrunr/jobrunr-spring-boot-starter "1.1.0"]