Files download
File Operation
embrace-android-fcm-5.22.0.pom download
embrace-android-fcm-5.22.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.embrace</groupId>
  <artifactId>embrace-android-fcm</artifactId>
  <version>5.22.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.embrace:embrace-android-fcm:5.22.0'
Gradle Kotlin
implementation("io.embrace:embrace-android-fcm:5.22.0")
Scala SBT
libraryDependencies += "io.embrace" % "embrace-android-fcm" % "5.22.0"
Groovy Grape
@Grapes(
  @Grab(group='io.embrace', module='embrace-android-fcm', version='5.22.0')
)
Apache Ivy
<dependency org="io.embrace" name="embrace-android-fcm" rev="5.22.0" />
Leiningen
[io.embrace/embrace-android-fcm "5.22.0"]
Apache Buildr
'io.embrace:embrace-android-fcm:jar:5.22.0'