| GroupId | GroupIdcom.pubnub |
|---|---|
| ArtifactId | ArtifactIdpubnub-android-debug |
| Version | Version3.7.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pubnub-android-debug-3.7.5.pom | |
| pubnub-android-debug-3.7.5.jar | 99 KB |
| pubnub-android-debug-3.7.5-sources.jar | 39 KB |
| pubnub-android-debug-3.7.5-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pubnub/pubnub-android-debug/ -->
<dependency>
<groupId>com.pubnub</groupId>
<artifactId>pubnub-android-debug</artifactId>
<version>3.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.pubnub/pubnub-android-debug/
implementation 'com.pubnub:pubnub-android-debug:3.7.5'
// https://jarcasting.com/artifacts/com.pubnub/pubnub-android-debug/
implementation ("com.pubnub:pubnub-android-debug:3.7.5")
'com.pubnub:pubnub-android-debug:jar:3.7.5'
<dependency org="com.pubnub" name="pubnub-android-debug" rev="3.7.5">
<artifact name="pubnub-android-debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pubnub', module='pubnub-android-debug', version='3.7.5')
)
libraryDependencies += "com.pubnub" % "pubnub-android-debug" % "3.7.5"
[com.pubnub/pubnub-android-debug "3.7.5"]