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