MVN

com.reteno : fcm

Maven & Gradle

Aug 08, 2023
1 stars

Firebase Cloud Messaging library · The Reteno Android SDK for Mobile Customer Engagement and Analytics solutions.

<dependency>
    <groupId>com.reteno</groupId>
    <artifactId>fcm</artifactId>
    <version>1.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.reteno : fcm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.7

All Versions

Choose a version of com.reteno : fcm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
fcm-1.6.7
fcm-1.6.6
fcm-1.6.5
fcm-1.6.4
fcm-1.6.3
fcm-1.6.2
fcm-1.6.1
fcm-1.6.0
1.5.x
fcm-1.5.5
fcm-1.5.4
fcm-1.5.3
fcm-1.5.2
fcm-1.5.1
fcm-1.5.0
1.4.x
fcm-1.4.0
1.3.x
fcm-1.3.0
1.2.x
fcm-1.2.0
1.0.x
fcm-1.0.0
0.3.x
fcm-0.3.0
0.2.x
fcm-0.2.0
0.1.x
fcm-0.1.1
fcm-0.1.0

How to add a dependency to Maven

Add the following com.reteno : fcm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.reteno</groupId>
    <artifactId>fcm</artifactId>
    <version>1.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.reteno : fcm gradle dependency to your build.gradle file:

implementation 'com.reteno:fcm:1.6.7'

Gradle Kotlin DSL: Add the following com.reteno : fcm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.reteno:fcm:1.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.reteno : fcm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.reteno" % "fcm" % "1.6.7"

Advertisement