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