Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.nectarine |
ArtifactId | ArtifactIdfruity-android-gcm-client |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
fruity-android-gcm-client-1.0.3.pom | |
fruity-android-gcm-client-1.0.3.aar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nectarine/fruity-android-gcm-client/ -->
<dependency>
<groupId>com.github.nectarine</groupId>
<artifactId>fruity-android-gcm-client</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nectarine/fruity-android-gcm-client/
implementation 'com.github.nectarine:fruity-android-gcm-client:1.0.3'
// https://jarcasting.com/artifacts/com.github.nectarine/fruity-android-gcm-client/
implementation ("com.github.nectarine:fruity-android-gcm-client:1.0.3")
'com.github.nectarine:fruity-android-gcm-client:aar:1.0.3'
<dependency org="com.github.nectarine" name="fruity-android-gcm-client" rev="1.0.3">
<artifact name="fruity-android-gcm-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nectarine', module='fruity-android-gcm-client', version='1.0.3')
)
libraryDependencies += "com.github.nectarine" % "fruity-android-gcm-client" % "1.0.3"
[com.github.nectarine/fruity-android-gcm-client "1.0.3"]