is not current version
Last Version 0.26.0

com.github.libgraviton:worker-base 0.19.4

A base library to simplify the creation of Graviton queue workers.

GroupId

GroupId

com.github.libgraviton
ArtifactId

ArtifactId

worker-base
Version

Version

0.19.4
Type

Type

jar

Download worker-base 0.19.4


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