Last Version

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

core
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 core 0.3.4


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.