GroupId | GroupIdcom.rudderstack.android.integration |
---|---|
ArtifactId | ArtifactIdfirebase |
Version | Version1.0.5 |
Type | Typeaar |
Filename | Size |
---|---|
firebase-1.0.5.pom | |
firebase-1.0.5.aar | 12 KB |
firebase-1.0.5-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rudderstack.android.integration/firebase/ -->
<dependency>
<groupId>com.rudderstack.android.integration</groupId>
<artifactId>firebase</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/firebase/
implementation 'com.rudderstack.android.integration:firebase:1.0.5'
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/firebase/
implementation ("com.rudderstack.android.integration:firebase:1.0.5")
'com.rudderstack.android.integration:firebase:aar:1.0.5'
<dependency org="com.rudderstack.android.integration" name="firebase" rev="1.0.5">
<artifact name="firebase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rudderstack.android.integration', module='firebase', version='1.0.5')
)
libraryDependencies += "com.rudderstack.android.integration" % "firebase" % "1.0.5"
[com.rudderstack.android.integration/firebase "1.0.5"]