Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdapp.cash.backfila |
ArtifactId | ArtifactIdclient |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
client-0.1.2.pom | |
client-0.1.2.jar | 81 KB |
client-0.1.2-sources.jar | 29 KB |
client-0.1.2-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.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"]