MVN

app.cash.backfila : service-self-backfill

Maven & Gradle

Aug 23, 2023
30 stars

service-self-backfill · Backfila is a service that manages backfill state, calling into other services to do batched work.

<dependency>
    <groupId>app.cash.backfila</groupId>
    <artifactId>service-self-backfill</artifactId>
    <version>2023.08.23.155551-c1a3041</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.backfila : service-self-backfill to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.08.23.155551-c1a3041

All Versions

Choose a version of app.cash.backfila : service-self-backfill to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.08.x
service-self-backfill-2023.08.23.155551-c1a3041
service-self-backfill-2023.08.17.133453-a8bbd14
service-self-backfill-2023.08.14.172409-6d1d2a2
service-self-backfill-2023.08.14.134315-5681d5d
service-self-backfill-2023.08.04.170143-1e1c612
service-self-backfill-2023.08.02.132800-d71d40b
service-self-backfill-2023.08.01.145714-dfedd42
2023.07.x
service-self-backfill-2023.07.31.163139-a2817b5
service-self-backfill-2023.07.13.191804-0066e62
2023.06.x
service-self-backfill-2023.06.28.110251-c4654de
service-self-backfill-2023.06.26.123827-b11bcae
service-self-backfill-2023.06.19.151815-a577398
service-self-backfill-2023.06.07.175826-9233876
service-self-backfill-2023.06.07.140451-1f402c7
service-self-backfill-2023.06.07.114626-93b9d6f
0.1.x
service-self-backfill-0.1.4-20230428.1859-83eb314
service-self-backfill-0.1.4-20230408.1645-0d67483
service-self-backfill-0.1.4-20230331.1736-f73858c
service-self-backfill-0.1.4-20230315.1913-cb86ff2
service-self-backfill-0.1.4-20230206.1555-5b19c8a
service-self-backfill-0.1.4-20230111.1620-df59b21
service-self-backfill-0.1.4-20221221.1702-8b7db03
service-self-backfill-0.1.4-20221128.2102-bdd85b6
service-self-backfill-0.1.4-20221123.1739-38b4eb9
service-self-backfill-0.1.4-20220831.1526-6563c7b
service-self-backfill-0.1.4-20220614.0152-5ae0eef

How to add a dependency to Maven

Add the following app.cash.backfila : service-self-backfill maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.backfila</groupId>
    <artifactId>service-self-backfill</artifactId>
    <version>2023.08.23.155551-c1a3041</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.backfila : service-self-backfill gradle dependency to your build.gradle file:

implementation 'app.cash.backfila:service-self-backfill:2023.08.23.155551-c1a3041'

Gradle Kotlin DSL: Add the following app.cash.backfila : service-self-backfill gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.backfila:service-self-backfill:2023.08.23.155551-c1a3041")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.backfila : service-self-backfill sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.backfila" % "service-self-backfill" % "2023.08.23.155551-c1a3041"

Advertisement