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