c

client-s3

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.
文件下载
文件名 操作
client-s3-2024.05.14.022814-c3cba42.jar 下载
client-s3-2024.05.14.022814-c3cba42.pom 下载
client-s3-2024.05.14.022814-c3cba42-sources.jar 下载
Apache Maven
<dependency>
  <groupId>app.cash.backfila</groupId>
  <artifactId>client-s3</artifactId>
  <version>2024.05.14.022814-c3cba42</version>
</dependency>
Gradle Groovy
implementation 'app.cash.backfila:client-s3:2024.05.14.022814-c3cba42'
Gradle Kotlin
implementation("app.cash.backfila:client-s3:2024.05.14.022814-c3cba42")
Scala SBT
libraryDependencies += "app.cash.backfila" % "client-s3" % "2024.05.14.022814-c3cba42"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.backfila', module='client-s3', version='2024.05.14.022814-c3cba42')
)
Apache Ivy
<dependency org="app.cash.backfila" name="client-s3" rev="2024.05.14.022814-c3cba42" />
Leiningen
[app.cash.backfila/client-s3 "2024.05.14.022814-c3cba42"]
Apache Buildr
'app.cash.backfila:client-s3:jar:2024.05.14.022814-c3cba42'