не последняя версия
Последняя версия 3.7.10

com.pubnub:pubnub-android 3.7.6

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!

Группа

Группа

com.pubnub
Идентификатор

Идентификатор

pubnub-android
Версия

Версия

3.7.6
Тип

Тип

jar

Скачать pubnub-android 3.7.6


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