GroupId | GroupIdco.touchlab |
---|---|
ArtifactId | ArtifactIdfirestore-android-debug |
Version | Version0.2.6 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/co.touchlab/firestore-android-debug/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>firestore-android-debug</artifactId>
<version>0.2.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/firestore-android-debug/
implementation 'co.touchlab:firestore-android-debug:0.2.6'
// https://jarcasting.com/artifacts/co.touchlab/firestore-android-debug/
implementation ("co.touchlab:firestore-android-debug:0.2.6")
'co.touchlab:firestore-android-debug:aar:0.2.6'
<dependency org="co.touchlab" name="firestore-android-debug" rev="0.2.6">
<artifact name="firestore-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='firestore-android-debug', version='0.2.6')
)
libraryDependencies += "co.touchlab" % "firestore-android-debug" % "0.2.6"
[co.touchlab/firestore-android-debug "0.2.6"]