is not current version
Last Version 0.26.0

com.github.libgraviton:worker-base 0.1.0

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

GroupId

GroupId

com.github.libgraviton
ArtifactId

ArtifactId

worker-base
Version

Version

0.1.0
Type

Type

jar

Download worker-base 0.1.0


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