License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.devsu |
ArtifactId | ArtifactIdpushclient |
Version | Version1.1.1 |
Type | Typeaar |
Description |
DescriptionGCM Push Client
Library that allows you to easily receive GCM/FCM Push Messages on Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pushclient-1.1.1.pom | |
pushclient-1.1.1.aar | 38 KB |
pushclient-1.1.1-sources.jar | 17 KB |
pushclient-1.1.1-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devsu/pushclient/ -->
<dependency>
<groupId>com.devsu</groupId>
<artifactId>pushclient</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.devsu/pushclient/
implementation 'com.devsu:pushclient:1.1.1'
// https://jarcasting.com/artifacts/com.devsu/pushclient/
implementation ("com.devsu:pushclient:1.1.1")
'com.devsu:pushclient:aar:1.1.1'
<dependency org="com.devsu" name="pushclient" rev="1.1.1">
<artifact name="pushclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.devsu', module='pushclient', version='1.1.1')
)
libraryDependencies += "com.devsu" % "pushclient" % "1.1.1"
[com.devsu/pushclient "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 24.2.0 |
com.google.android.gms » play-services-gcm | jar | 9.4.0 |
com.google.firebase » firebase-messaging | jar | 9.0.0 |