GroupId | GroupIdcom.tencent.tpns |
---|---|
ArtifactId | ArtifactIdfcm |
Version | Version1.2.5.2-release |
Type | Typeaar |
Filename | Size |
---|---|
fcm-1.2.5.2-release.pom | |
fcm-1.2.5.2-release.aar | 12 KB |
fcm-1.2.5.2-release-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tpns/fcm/ -->
<dependency>
<groupId>com.tencent.tpns</groupId>
<artifactId>fcm</artifactId>
<version>1.2.5.2-release</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tpns/fcm/
implementation 'com.tencent.tpns:fcm:1.2.5.2-release'
// https://jarcasting.com/artifacts/com.tencent.tpns/fcm/
implementation ("com.tencent.tpns:fcm:1.2.5.2-release")
'com.tencent.tpns:fcm:aar:1.2.5.2-release'
<dependency org="com.tencent.tpns" name="fcm" rev="1.2.5.2-release">
<artifact name="fcm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tpns', module='fcm', version='1.2.5.2-release')
)
libraryDependencies += "com.tencent.tpns" % "fcm" % "1.2.5.2-release"
[com.tencent.tpns/fcm "1.2.5.2-release"]