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