Files download
File Operation
worker-store-http-7.0.0-1167.jar download
worker-store-http-7.0.0-1167.pom download
worker-store-http-7.0.0-1167-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.workerframework</groupId>
  <artifactId>worker-store-http</artifactId>
  <version>7.0.0-1167</version>
</dependency>
Gradle Groovy
implementation 'com.github.workerframework:worker-store-http:7.0.0-1167'
Gradle Kotlin
implementation("com.github.workerframework:worker-store-http:7.0.0-1167")
Scala SBT
libraryDependencies += "com.github.workerframework" % "worker-store-http" % "7.0.0-1167"
Groovy Grape
@Grapes(
  @Grab(group='com.github.workerframework', module='worker-store-http', version='7.0.0-1167')
)
Apache Ivy
<dependency org="com.github.workerframework" name="worker-store-http" rev="7.0.0-1167" />
Leiningen
[com.github.workerframework/worker-store-http "7.0.0-1167"]
Apache Buildr
'com.github.workerframework:worker-store-http:jar:7.0.0-1167'