MVN

com.moparisthebest.jbgjob : jbgjob

Maven & Gradle

Apr 26, 2019
4 stars

jbgjob · jBgJob (Java Background Job) lets you schedule Java jobs to be ran in the background. They can run in any combination of other threads in the same JVM, other JVMs, or multiple other JVMs, even on different machines.

<dependency>
    <groupId>com.moparisthebest.jbgjob</groupId>
    <artifactId>jbgjob</artifactId>
    <version>0.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moparisthebest.jbgjob : jbgjob to add to Maven - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of com.moparisthebest.jbgjob : jbgjob to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
jbgjob-0.3.4
jbgjob-0.3.3
jbgjob-0.3.2
jbgjob-0.3.1
0.3
jbgjob-0.3
0.2
jbgjob-0.2
0.1
jbgjob-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.moparisthebest.jbgjob</groupId>
    <artifactId>jbgjob</artifactId>
    <version>0.3.4</version>
</dependency>

Advertisement