GroupId | GroupIdse.warting.firebase-compose |
---|---|
ArtifactId | ArtifactIdauth |
Version | Version0.0.10 |
Type | Typeaar |
Filename | Size |
---|---|
auth-0.0.10.pom | |
auth-0.0.10-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.warting.firebase-compose/auth/ -->
<dependency>
<groupId>se.warting.firebase-compose</groupId>
<artifactId>auth</artifactId>
<version>0.0.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/se.warting.firebase-compose/auth/
implementation 'se.warting.firebase-compose:auth:0.0.10'
// https://jarcasting.com/artifacts/se.warting.firebase-compose/auth/
implementation ("se.warting.firebase-compose:auth:0.0.10")
'se.warting.firebase-compose:auth:aar:0.0.10'
<dependency org="se.warting.firebase-compose" name="auth" rev="0.0.10">
<artifact name="auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='se.warting.firebase-compose', module='auth', version='0.0.10')
)
libraryDependencies += "se.warting.firebase-compose" % "auth" % "0.0.10"
[se.warting.firebase-compose/auth "0.0.10"]