License |
License |
---|---|
Categories |
CategoriesJobRunr Application Layer Libs Job Scheduling |
GroupId | GroupIdorg.jobrunr |
ArtifactId | ArtifactIdjobrunr |
Last Version | Last Version5.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJobRunr
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 |
Filename | Size |
---|---|
jobrunr-5.1.4.pom | |
jobrunr-5.1.4.jar | 2 MB |
jobrunr-5.1.4-test-fixtures.jar | 70 KB |
jobrunr-5.1.4-sources.jar | 2 MB |
jobrunr-5.1.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jobrunr/jobrunr/ -->
<dependency>
<groupId>org.jobrunr</groupId>
<artifactId>jobrunr</artifactId>
<version>5.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr/
implementation 'org.jobrunr:jobrunr:5.1.4'
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr/
implementation ("org.jobrunr:jobrunr:5.1.4")
'org.jobrunr:jobrunr:jar:5.1.4'
<dependency org="org.jobrunr" name="jobrunr" rev="5.1.4">
<artifact name="jobrunr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jobrunr', module='jobrunr', version='5.1.4')
)
libraryDependencies += "org.jobrunr" % "jobrunr" % "5.1.4"
[org.jobrunr/jobrunr "5.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
org.ow2.asm : asm | jar | 9.3 |