Last Version

com.moparisthebest.jbgjob:threadscheduler 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

threadscheduler
Version

Version

0.3.4
Type

Type

jar
Description

Description

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 Organization

Project Organization

moparisthebest.com

Download threadscheduler 0.3.4


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

Dependencies

compile (1)

Group / Artifact Type Version
com.moparisthebest.jbgjob : core jar 0.3.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.