GroupId | GroupIddev.gitlive |
---|---|
ArtifactId | ArtifactIdfirebase-auth-android |
Version | Version0.2.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/dev.gitlive/firebase-auth-android/ -->
<dependency>
<groupId>dev.gitlive</groupId>
<artifactId>firebase-auth-android</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.gitlive/firebase-auth-android/
implementation 'dev.gitlive:firebase-auth-android:0.2.0'
// https://jarcasting.com/artifacts/dev.gitlive/firebase-auth-android/
implementation ("dev.gitlive:firebase-auth-android:0.2.0")
'dev.gitlive:firebase-auth-android:aar:0.2.0'
<dependency org="dev.gitlive" name="firebase-auth-android" rev="0.2.0">
<artifact name="firebase-auth-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.gitlive', module='firebase-auth-android', version='0.2.0')
)
libraryDependencies += "dev.gitlive" % "firebase-auth-android" % "0.2.0"
[dev.gitlive/firebase-auth-android "0.2.0"]