GroupId | GroupIdse.warting.firebase-compose |
---|---|
ArtifactId | ArtifactIdauth |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
auth-0.0.1.pom | |
auth-0.0.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/se.warting.firebase-compose/auth/
implementation 'se.warting.firebase-compose:auth:0.0.1'
// https://jarcasting.com/artifacts/se.warting.firebase-compose/auth/
implementation ("se.warting.firebase-compose:auth:0.0.1")
'se.warting.firebase-compose:auth:aar:0.0.1'
<dependency org="se.warting.firebase-compose" name="auth" rev="0.0.1">
<artifact name="auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='se.warting.firebase-compose', module='auth', version='0.0.1')
)
libraryDependencies += "se.warting.firebase-compose" % "auth" % "0.0.1"
[se.warting.firebase-compose/auth "0.0.1"]