s

service

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

compile

|-- com.squareup.wire:wire-runtime:4.4.2

runtime

|-- org.apache.commons:commons-lang3:3.12.0

|-- com.google.guava:guava:31.1-jre

|-- com.google.inject:guice:5.1.0

|-- com.fasterxml.jackson.core:jackson-databind:2.13.3

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.3

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3

|-- com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3

|-- com.beust:jcommander:1.72

|-- org.eclipse.jetty:jetty-server:10.0.11

|-- org.eclipse.jetty:jetty-servlet:10.0.11

|-- org.eclipse.jetty.websocket:websocket-servlet:10.0.11

|-- org.eclipse.jetty.websocket:websocket-jetty-server:10.0.11

|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.23

|-- org.jetbrains.kotlin:kotlin-reflect:1.9.23

|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3

|-- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.6.3

|-- io.github.microutils:kotlin-logging:2.1.23

|-- io.dropwizard.metrics:metrics-core:4.0.2

|-- org.slf4j:slf4j-api:2.0.9

|-- com.squareup.misk:misk:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-actions:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-admin:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-core:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-hibernate:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-hotwire:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-inject:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-jdbc:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-metrics:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-service:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-slack:2024.05.07.211405-28ee413

|-- com.squareup.misk:misk-tailwind:2024.05.07.211405-28ee413

|-- com.squareup.moshi:moshi:1.13.0

|-- com.squareup.moshi:moshi-kotlin:1.13.0

|-- com.squareup.okhttp3:okhttp-jvm:5.0.0-alpha.10

|-- com.squareup.okio:okio:3.2.0

|-- io.opentracing:opentracing-api:0.33.0

|-- io.opentracing.contrib:opentracing-okhttp3:3.0.0

|-- com.squareup.retrofit2:retrofit:2.9.0

|-- com.squareup.retrofit2:adapter-guava:2.9.0

|-- com.squareup.retrofit2:converter-wire:2.9.0

|-- io.jaegertracing:jaeger-core:1.1.0

|-- com.squareup.wire:wire-compiler:4.4.2

|-- com.squareup.wire:wire-schema:4.4.2

|-- app.cash.wisp:wisp-client:2024.05.07.211405-28ee413

|-- app.cash.wisp:wisp-config:2024.05.07.211405-28ee413

|-- app.cash.wisp:wisp-deployment:2024.05.07.211405-28ee413

|-- app.cash.wisp:wisp-logging:2024.05.07.211405-28ee413

|-- app.cash.backfila:client:2024.05.14.022814-c3cba42