Download pubnub-android-3.7.10.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.10 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials