Last Version

jbgjob 0.3.4

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.

License

License

GroupId

GroupId

com.moparisthebest.jbgjob
ArtifactId

ArtifactId

jbgjob
Version

Version

0.3.4
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/moparisthebest/jBgJob
Project Organization

Project Organization

moparisthebest.com
Source Code Management

Source Code Management

https://github.com/moparisthebest/jBgJob

Download jbgjob 0.3.4

Filename Size
jbgjob-0.3.4.pom 4 KB
Browse

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • core
  • threadscheduler
  • redisscheduler
  • redisprocessor