is not current version
Last Version 0.1.4-20220614.0152-5ae0eef

app.cash.backfila:client 0.1.2

Client library for backfila

Categories

Categories

CLI User Interface
GroupId

GroupId

app.cash.backfila
ArtifactId

ArtifactId

client
Version

Version

0.1.2
Type

Type

jar

Download client 0.1.2


<!-- https://jarcasting.com/artifacts/app.cash.backfila/client/ -->
<dependency>
    <groupId>app.cash.backfila</groupId>
    <artifactId>client</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/app.cash.backfila/client/
implementation 'app.cash.backfila:client:0.1.2'
// https://jarcasting.com/artifacts/app.cash.backfila/client/
implementation ("app.cash.backfila:client:0.1.2")
'app.cash.backfila:client:jar:0.1.2'
<dependency org="app.cash.backfila" name="client" rev="0.1.2">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='app.cash.backfila', module='client', version='0.1.2')
)
libraryDependencies += "app.cash.backfila" % "client" % "0.1.2"
[app.cash.backfila/client "0.1.2"]