GroupId | GroupIdco.pushe.plus |
---|---|
ArtifactId | ArtifactIdfcm |
Version | Version2.5.0-rc01 |
Type | Typeaar |
Filename | Size |
---|---|
fcm-2.5.0-rc01.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/co.pushe.plus/fcm/ -->
<dependency>
<groupId>co.pushe.plus</groupId>
<artifactId>fcm</artifactId>
<version>2.5.0-rc01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.pushe.plus/fcm/
implementation 'co.pushe.plus:fcm:2.5.0-rc01'
// https://jarcasting.com/artifacts/co.pushe.plus/fcm/
implementation ("co.pushe.plus:fcm:2.5.0-rc01")
'co.pushe.plus:fcm:aar:2.5.0-rc01'
<dependency org="co.pushe.plus" name="fcm" rev="2.5.0-rc01">
<artifact name="fcm" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.pushe.plus', module='fcm', version='2.5.0-rc01')
)
libraryDependencies += "co.pushe.plus" % "fcm" % "2.5.0-rc01"
[co.pushe.plus/fcm "2.5.0-rc01"]