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