GroupId | GroupIdio.channel |
---|---|
ArtifactId | ArtifactIdplugin-android-fcm |
Version | Version9.0.7 |
Type | Typeaar |
Filename | Size |
---|---|
plugin-android-fcm-9.0.7.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.channel/plugin-android-fcm/ -->
<dependency>
<groupId>io.channel</groupId>
<artifactId>plugin-android-fcm</artifactId>
<version>9.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.channel/plugin-android-fcm/
implementation 'io.channel:plugin-android-fcm:9.0.7'
// https://jarcasting.com/artifacts/io.channel/plugin-android-fcm/
implementation ("io.channel:plugin-android-fcm:9.0.7")
'io.channel:plugin-android-fcm:aar:9.0.7'
<dependency org="io.channel" name="plugin-android-fcm" rev="9.0.7">
<artifact name="plugin-android-fcm" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.channel', module='plugin-android-fcm', version='9.0.7')
)
libraryDependencies += "io.channel" % "plugin-android-fcm" % "9.0.7"
[io.channel/plugin-android-fcm "9.0.7"]