Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdapp.cash.backfila |
ArtifactId | ArtifactIdclient |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
client-0.1.1.pom | |
client-0.1.1.jar | 80 KB |
client-0.1.1-sources.jar | 28 KB |
client-0.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/app.cash.backfila/client/ -->
<dependency>
<groupId>app.cash.backfila</groupId>
<artifactId>client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/app.cash.backfila/client/
implementation 'app.cash.backfila:client:0.1.1'
// https://jarcasting.com/artifacts/app.cash.backfila/client/
implementation ("app.cash.backfila:client:0.1.1")
'app.cash.backfila:client:jar:0.1.1'
<dependency org="app.cash.backfila" name="client" rev="0.1.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='app.cash.backfila', module='client', version='0.1.1')
)
libraryDependencies += "app.cash.backfila" % "client" % "0.1.1"
[app.cash.backfila/client "0.1.1"]