| License | License | 
|---|---|
| GroupId | GroupIdcom.moengage | 
| ArtifactId | ArtifactIdmoe-push-firebase | 
| Last Version | Last Version6.1.1 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | DescriptionMoEngage FCM Library Firebase module of MoEngage Platform | 
| Filename | Size | 
|---|---|
| moe-push-firebase-6.1.1.pom | |
| moe-push-firebase-6.1.1.aar | 5 KB | 
| moe-push-firebase-6.1.1-sources.jar | 3 KB | 
| moe-push-firebase-6.1.1-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.moengage/moe-push-firebase/ -->
<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>moe-push-firebase</artifactId>
    <version>6.1.1</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.moengage/moe-push-firebase/
implementation 'com.moengage:moe-push-firebase:6.1.1'// https://jarcasting.com/artifacts/com.moengage/moe-push-firebase/
implementation ("com.moengage:moe-push-firebase:6.1.1")'com.moengage:moe-push-firebase:aar:6.1.1'<dependency org="com.moengage" name="moe-push-firebase" rev="6.1.1">
  <artifact name="moe-push-firebase" type="aar" />
</dependency>@Grapes(
@Grab(group='com.moengage', module='moe-push-firebase', version='6.1.1')
)libraryDependencies += "com.moengage" % "moe-push-firebase" % "6.1.1"[com.moengage/moe-push-firebase "6.1.1"]