is not current version
Last Version 0.26.0

com.github.libgraviton:worker-base 0.18.1

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

GroupId

GroupId

com.github.libgraviton
ArtifactId

ArtifactId

worker-base
Version

Version

0.18.1
Type

Type

jar

Download worker-base 0.18.1


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