is not current version
Last Version 1.1.1

com.devsu:pushclient 1.0.0

Library that allows you to easily receive GCM Push Messages on Android.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.devsu
ArtifactId

ArtifactId

pushclient
Version

Version

1.0.0
Type

Type

aar

Download pushclient 1.0.0


<!-- https://jarcasting.com/artifacts/com.devsu/pushclient/ -->
<dependency>
    <groupId>com.devsu</groupId>
    <artifactId>pushclient</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.devsu/pushclient/
implementation 'com.devsu:pushclient:1.0.0'
// https://jarcasting.com/artifacts/com.devsu/pushclient/
implementation ("com.devsu:pushclient:1.0.0")
'com.devsu:pushclient:aar:1.0.0'
<dependency org="com.devsu" name="pushclient" rev="1.0.0">
  <artifact name="pushclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.devsu', module='pushclient', version='1.0.0')
)
libraryDependencies += "com.devsu" % "pushclient" % "1.0.0"
[com.devsu/pushclient "1.0.0"]