License |
License |
---|---|
Categories |
CategoriesJobRunr Application Layer Libs Job Scheduling |
GroupId | GroupIdorg.jobrunr |
ArtifactId | ArtifactIdjobrunr-bom |
Last Version | Last Version4.1.0-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJobRunr BOM
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-bom-4.1.0-RC1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jobrunr/jobrunr-bom/ -->
<dependency>
<groupId>org.jobrunr</groupId>
<artifactId>jobrunr-bom</artifactId>
<version>4.1.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr-bom/
implementation 'org.jobrunr:jobrunr-bom:4.1.0-RC1'
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr-bom/
implementation ("org.jobrunr:jobrunr-bom:4.1.0-RC1")
'org.jobrunr:jobrunr-bom:pom:4.1.0-RC1'
<dependency org="org.jobrunr" name="jobrunr-bom" rev="4.1.0-RC1">
<artifact name="jobrunr-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jobrunr', module='jobrunr-bom', version='4.1.0-RC1')
)
libraryDependencies += "org.jobrunr" % "jobrunr-bom" % "4.1.0-RC1"
[org.jobrunr/jobrunr-bom "4.1.0-RC1"]