Download pubnub-android-3.7.4.jar file - Jar p

Jar examples for p:pubnub-android

Description

PubNub is a cross-platform client-to-client (1:1 and 1:many) push service in the cloud, capable of broadcasting real-time messages to millions of web and mobile clients simultaneously, in less than a quarter second!

You can download jar file pubnub-android 3.7.4 in this page.

Build File

You can use the following script to add pubnub-android-3.7.4.jar to your project.

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

Download

Click the following link to download the jar file.

pubnub-android-3.7.4.jar
pubnub-android-3.7.4-javadoc.jar
pubnub-android-3.7.4.pom
pubnub-android-3.7.4-sources.jar



Related Tutorials