Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdapp.cash.backfila |
ArtifactId | ArtifactIdclient |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
client-0.1.0.pom | |
client-0.1.0.jar | 80 KB |
client-0.1.0-sources.jar | 28 KB |
client-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/app.cash.backfila/client/
implementation 'app.cash.backfila:client:0.1.0'
// https://jarcasting.com/artifacts/app.cash.backfila/client/
implementation ("app.cash.backfila:client:0.1.0")
'app.cash.backfila:client:jar:0.1.0'
<dependency org="app.cash.backfila" name="client" rev="0.1.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='app.cash.backfila', module='client', version='0.1.0')
)
libraryDependencies += "app.cash.backfila" % "client" % "0.1.0"
[app.cash.backfila/client "0.1.0"]