License |
License |
---|---|
GroupId | GroupIdcom.moparisthebest.jbgjob |
ArtifactId | ArtifactIdjbgjob |
Version | Version0.3.4 |
Type | Typepom |
Description |
Descriptionjbgjob
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |