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