GroupId | GroupIdco.touchlab |
---|---|
ArtifactId | ArtifactIdfirestore-android |
Version | Version0.2.5 |
Type | Typeaar |
Filename | Size |
---|---|
firestore-android-0.2.5.pom | |
firestore-android-0.2.5.module | 3 KB |
firestore-android-0.2.5-sources.jar | 18 KB |
firestore-android-0.2.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/firestore-android/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>firestore-android</artifactId>
<version>0.2.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/firestore-android/
implementation 'co.touchlab:firestore-android:0.2.5'
// https://jarcasting.com/artifacts/co.touchlab/firestore-android/
implementation ("co.touchlab:firestore-android:0.2.5")
'co.touchlab:firestore-android:aar:0.2.5'
<dependency org="co.touchlab" name="firestore-android" rev="0.2.5">
<artifact name="firestore-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='firestore-android', version='0.2.5')
)
libraryDependencies += "co.touchlab" % "firestore-android" % "0.2.5"
[co.touchlab/firestore-android "0.2.5"]