MVN

cn.jiguang.sdk.plugin : fcm

Maven & Gradle

Jun 29, 2023
115 stars

fcm · 'Android FCM SDK'

<dependency>
    <groupId>cn.jiguang.sdk.plugin</groupId>
    <artifactId>fcm</artifactId>
    <version>5.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jiguang.sdk.plugin : fcm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.4

All Versions

Choose a version of cn.jiguang.sdk.plugin : fcm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
fcm-5.0.4
fcm-5.0.3
fcm-5.0.0
4.9.x
fcm-4.9.0
4.8.x
fcm-4.8.5
fcm-4.8.4
fcm-4.8.3
fcm-4.8.1
fcm-4.8.0
4.7.x
fcm-4.7.2
fcm-4.7.0
4.6.x
fcm-4.6.6
fcm-4.6.4
fcm-4.6.3
fcm-4.6.2
fcm-4.6.0
4.5.x
fcm-4.5.0
4.4.x
fcm-4.4.5
fcm-4.4.0
4.3.x
fcm-4.3.0
4.2.x
fcm-4.2.8
fcm-4.2.4
fcm-4.2.2
fcm-4.2.0
4.1.x
fcm-4.1.5
fcm-4.1.0
4.0.x
fcm-4.0.9
fcm-4.0.8
fcm-4.0.6
fcm-4.0.0
3.9.x
fcm-3.9.1
fcm-3.9.0
3.8.x
fcm-3.8.5
fcm-3.8.0
3.7.x
fcm-3.7.0

How to add a dependency to Maven

Add the following cn.jiguang.sdk.plugin : fcm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.jiguang.sdk.plugin</groupId>
    <artifactId>fcm</artifactId>
    <version>5.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jiguang.sdk.plugin : fcm gradle dependency to your build.gradle file:

implementation 'cn.jiguang.sdk.plugin:fcm:5.0.4'

Gradle Kotlin DSL: Add the following cn.jiguang.sdk.plugin : fcm gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jiguang.sdk.plugin:fcm:5.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jiguang.sdk.plugin : fcm sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jiguang.sdk.plugin" % "fcm" % "5.0.4"

Advertisement