Download gcm4j-1.2.jar file - Jar g

Jar examples for g:gcm4j

Description

A Java library to use the Google Cloud Messaging service.

You can download jar file gcm4j 1.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add gcm4j-1.2.jar to your project.

<dependency>
   <groupId>com.phonedeck</groupId>
   <artifactId>gcm4j</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.phonedeck', name: 'gcm4j', version: '1.2'
libraryDependencies += "com.phonedeck" % "gcm4j" % "1.2"
<dependency org="com.phonedeck" name="gcm4j" rev="1.2"/>
@Grapes(@Grab(group='com.phonedeck', module='gcm4j', version='1.2'))
'com.phonedeck:gcm4j:jar:1.2'

Download

Click the following link to download the jar file.

gcm4j-1.2-javadoc.jar
gcm4j-1.2-sources.jar
gcm4j-1.2.jar
gcm4j-1.2.pom



Related Tutorials