MVN

io.embrace : embrace-android-fcm

Maven & Gradle

Aug 09, 2023

embrace-android-fcm · Embrace Android SDK

<dependency>
    <groupId>io.embrace</groupId>
    <artifactId>embrace-android-fcm</artifactId>
    <version>5.23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.embrace : embrace-android-fcm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.23.0

All Versions

Choose a version of io.embrace : embrace-android-fcm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.23.x
embrace-android-fcm-5.23.0
5.22.x
embrace-android-fcm-5.22.0
5.21.x
embrace-android-fcm-5.21.0
5.20.x
embrace-android-fcm-5.20.0
5.19.x
embrace-android-fcm-5.19.0
5.18.x
embrace-android-fcm-5.18.2
embrace-android-fcm-5.18.1
embrace-android-fcm-5.18.0
5.17.x
embrace-android-fcm-5.17.1
5.16.x
embrace-android-fcm-5.16.0
5.15.x
embrace-android-fcm-5.15.3
embrace-android-fcm-5.15.2
embrace-android-fcm-5.15.1
5.14.x
embrace-android-fcm-5.14.2
5.13.x
embrace-android-fcm-5.13.0
5.12.x
embrace-android-fcm-5.12.0
5.11.x
embrace-android-fcm-5.11.0
5.10.x
embrace-android-fcm-5.10.0

How to add a dependency to Maven

Add the following io.embrace : embrace-android-fcm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.embrace</groupId>
    <artifactId>embrace-android-fcm</artifactId>
    <version>5.23.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.embrace : embrace-android-fcm gradle dependency to your build.gradle file:

implementation 'io.embrace:embrace-android-fcm:5.23.0'

Gradle Kotlin DSL: Add the following io.embrace : embrace-android-fcm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.embrace:embrace-android-fcm:5.23.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.embrace : embrace-android-fcm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.embrace" % "embrace-android-fcm" % "5.23.0"