License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices JobRunr Application Layer Libs Job Scheduling |
GroupId | GroupIdorg.jobrunr |
ArtifactId | ArtifactIdjobrunr-spring-boot-starter |
Last Version | Last Version5.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJobRunr Spring Boot Starter
An easy way to perform background processing on the JVM. Backed by persistent storage. Open and free for commercial use.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.jobrunr/jobrunr-spring-boot-starter/ -->
<dependency>
<groupId>org.jobrunr</groupId>
<artifactId>jobrunr-spring-boot-starter</artifactId>
<version>5.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr-spring-boot-starter/
implementation 'org.jobrunr:jobrunr-spring-boot-starter:5.1.4'
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr-spring-boot-starter/
implementation ("org.jobrunr:jobrunr-spring-boot-starter:5.1.4")
'org.jobrunr:jobrunr-spring-boot-starter:jar:5.1.4'
<dependency org="org.jobrunr" name="jobrunr-spring-boot-starter" rev="5.1.4">
<artifact name="jobrunr-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jobrunr', module='jobrunr-spring-boot-starter', version='5.1.4')
)
libraryDependencies += "org.jobrunr" % "jobrunr-spring-boot-starter" % "5.1.4"
[org.jobrunr/jobrunr-spring-boot-starter "5.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jobrunr : jobrunr | jar | 5.1.4 |
org.springframework.boot : spring-boot-starter | jar | 2.7.0 |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.7.0 |