Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.nectarine |
ArtifactId | ArtifactIdfruity-android-gcm-client |
Version | Version1.0.2 |
Type | Typeaar |
<!-- 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.2</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.2'
// https://jarcasting.com/artifacts/com.github.nectarine/fruity-android-gcm-client/
implementation ("com.github.nectarine:fruity-android-gcm-client:1.0.2")
'com.github.nectarine:fruity-android-gcm-client:aar:1.0.2'
<dependency org="com.github.nectarine" name="fruity-android-gcm-client" rev="1.0.2">
<artifact name="fruity-android-gcm-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nectarine', module='fruity-android-gcm-client', version='1.0.2')
)
libraryDependencies += "com.github.nectarine" % "fruity-android-gcm-client" % "1.0.2"
[com.github.nectarine/fruity-android-gcm-client "1.0.2"]