is not current version
Last Version 0.3.4

com.moparisthebest.jbgjob:jbgjob 0.3.2

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.

GroupId

GroupId

com.moparisthebest.jbgjob
ArtifactId

ArtifactId

jbgjob
Version

Version

0.3.2
Type

Type

pom

Download jbgjob 0.3.2

Filename Size
jbgjob-0.3.2.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.moparisthebest.jbgjob/jbgjob/ -->
<dependency>
    <groupId>com.moparisthebest.jbgjob</groupId>
    <artifactId>jbgjob</artifactId>
    <version>0.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.jbgjob/jbgjob/
implementation 'com.moparisthebest.jbgjob:jbgjob:0.3.2'
// https://jarcasting.com/artifacts/com.moparisthebest.jbgjob/jbgjob/
implementation ("com.moparisthebest.jbgjob:jbgjob:0.3.2")
'com.moparisthebest.jbgjob:jbgjob:pom:0.3.2'
<dependency org="com.moparisthebest.jbgjob" name="jbgjob" rev="0.3.2">
  <artifact name="jbgjob" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.jbgjob', module='jbgjob', version='0.3.2')
)
libraryDependencies += "com.moparisthebest.jbgjob" % "jbgjob" % "0.3.2"
[com.moparisthebest.jbgjob/jbgjob "0.3.2"]