Files download
File Operation
fcm-5.3.1.pom download
fcm-5.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.jiguang.sdk.plugin</groupId>
  <artifactId>fcm</artifactId>
  <version>5.3.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'cn.jiguang.sdk.plugin:fcm:5.3.1'
Gradle Kotlin
implementation("cn.jiguang.sdk.plugin:fcm:5.3.1")
Scala SBT
libraryDependencies += "cn.jiguang.sdk.plugin" % "fcm" % "5.3.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.jiguang.sdk.plugin', module='fcm', version='5.3.1')
)
Apache Ivy
<dependency org="cn.jiguang.sdk.plugin" name="fcm" rev="5.3.1" />
Leiningen
[cn.jiguang.sdk.plugin/fcm "5.3.1"]
Apache Buildr
'cn.jiguang.sdk.plugin:fcm:jar:5.3.1'
Dependencies
The project has no third-party dependencies