GroupId | GroupIdcom.pubnub |
---|---|
ArtifactId | ArtifactIdpubnub |
Version | Version4.2.0 |
Type | Typejar |
Filename | Size |
---|---|
pubnub-4.2.0.pom | |
pubnub-4.2.0.jar | 177 KB |
pubnub-4.2.0-tests.jar | 144 KB |
pubnub-4.2.0-sources.jar | 79 KB |
pubnub-4.2.0-javadoc.jar | 380 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pubnub/pubnub/ -->
<dependency>
<groupId>com.pubnub</groupId>
<artifactId>pubnub</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pubnub/pubnub/
implementation 'com.pubnub:pubnub:4.2.0'
// https://jarcasting.com/artifacts/com.pubnub/pubnub/
implementation ("com.pubnub:pubnub:4.2.0")
'com.pubnub:pubnub:jar:4.2.0'
<dependency org="com.pubnub" name="pubnub" rev="4.2.0">
<artifact name="pubnub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pubnub', module='pubnub', version='4.2.0')
)
libraryDependencies += "com.pubnub" % "pubnub" % "4.2.0"
[com.pubnub/pubnub "4.2.0"]