| Categories | 
                CategoriesMongoDB Data Databases | 
        
|---|---|
| GroupId | GroupIdorg.mongodb | 
    
| ArtifactId | ArtifactIdstitch-android-services-fcm | 
    
| Version | Version4.0.0-beta-4 | 
        
| Type | Typeaar | 
    
<!-- https://jarcasting.com/artifacts/org.mongodb/stitch-android-services-fcm/ -->
<dependency>
    <groupId>org.mongodb</groupId>
    <artifactId>stitch-android-services-fcm</artifactId>
    <version>4.0.0-beta-4</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/org.mongodb/stitch-android-services-fcm/
implementation 'org.mongodb:stitch-android-services-fcm:4.0.0-beta-4'
                // https://jarcasting.com/artifacts/org.mongodb/stitch-android-services-fcm/
implementation ("org.mongodb:stitch-android-services-fcm:4.0.0-beta-4")
                'org.mongodb:stitch-android-services-fcm:aar:4.0.0-beta-4'
                <dependency org="org.mongodb" name="stitch-android-services-fcm" rev="4.0.0-beta-4">
  <artifact name="stitch-android-services-fcm" type="aar" />
</dependency>
                @Grapes(
@Grab(group='org.mongodb', module='stitch-android-services-fcm', version='4.0.0-beta-4')
)
                libraryDependencies += "org.mongodb" % "stitch-android-services-fcm" % "4.0.0-beta-4"
                [org.mongodb/stitch-android-services-fcm "4.0.0-beta-4"]