PubNub Java-based SDKs for Java / Android
Documentation
Communication
- If you need any help or have a general question, contact [email protected]
License |
License |
---|---|
GroupId | GroupIdcom.pubnub |
ArtifactId | ArtifactIdpubnub |
Last Version | Last Version4.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPubNub Java SDK
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!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pubnub-4.6.5.pom | |
pubnub-4.6.5.jar | 33 KB |
pubnub-4.6.5-sources.jar | 21 KB |
pubnub-4.6.5-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pubnub/pubnub/ -->
<dependency>
<groupId>com.pubnub</groupId>
<artifactId>pubnub</artifactId>
<version>4.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.pubnub/pubnub/
implementation 'com.pubnub:pubnub:4.6.5'
// https://jarcasting.com/artifacts/com.pubnub/pubnub/
implementation ("com.pubnub:pubnub:4.6.5")
'com.pubnub:pubnub:jar:4.6.5'
<dependency org="com.pubnub" name="pubnub" rev="4.6.5">
<artifact name="pubnub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pubnub', module='pubnub', version='4.6.5')
)
libraryDependencies += "com.pubnub" % "pubnub" % "4.6.5"
[com.pubnub/pubnub "4.6.5"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.2.0 |
com.squareup.okhttp3 : logging-interceptor | jar | 3.6.0 |
org.slf4j : slf4j-api | jar | 1.7.22 |
com.fasterxml.jackson.core : jackson-core | jar | 2.7.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.7.3 |
com.squareup.retrofit2 : converter-jackson | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.8 |
ch.qos.logback : logback-core | jar | 1.1.8 |
junit : junit | jar | 4.12 |
com.github.tomakehurst : wiremock | jar | 1.58 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.jayway.awaitility : awaitility | jar | 1.7.0 |
org.json : json | jar | 20160810 |