c

client-static

Backfila is a service that manages backfill state, calling into other services to do batched work.
https://github.com/cashapp/backfila/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
client-static-2024.05.14.022814-c3cba42.jar download
client-static-2024.05.14.022814-c3cba42.pom download
client-static-2024.05.14.022814-c3cba42-sources.jar download
Apache Maven
<dependency>
  <groupId>app.cash.backfila</groupId>
  <artifactId>client-static</artifactId>
  <version>2024.05.14.022814-c3cba42</version>
</dependency>
Gradle Groovy
implementation 'app.cash.backfila:client-static:2024.05.14.022814-c3cba42'
Gradle Kotlin
implementation("app.cash.backfila:client-static:2024.05.14.022814-c3cba42")
Scala SBT
libraryDependencies += "app.cash.backfila" % "client-static" % "2024.05.14.022814-c3cba42"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.backfila', module='client-static', version='2024.05.14.022814-c3cba42')
)
Apache Ivy
<dependency org="app.cash.backfila" name="client-static" rev="2024.05.14.022814-c3cba42" />
Leiningen
[app.cash.backfila/client-static "2024.05.14.022814-c3cba42"]
Apache Buildr
'app.cash.backfila:client-static:jar:2024.05.14.022814-c3cba42'