| 组织ID: |
com.pubnub |
| 项目ID: |
pubnub |
| 版本: |
3.7.10 |
| 最后修改时间: |
2019-09-17 16:54:33 |
| 包类型: |
jar |
| 标题: |
pubnub |
| 描述: |
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!
|
| 相关URL: |
https://github.com/pubnub/java |
| 大小: |
91.55KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.pubnub</groupId>
<artifactId>pubnub</artifactId>
<version>3.7.10</version>
</dependency>
|
| Gradle引入代码: |
com.pubnub:pubnub:3.7.10
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.pubnub</groupId>
<artifactId>pubnub</artifactId>
<version>3.7.10</version>
<packaging>jar</packaging>
<name>pubnub</name>
<description>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!
</description>
<url>https://github.com/pubnub/java</url>
<licenses>
<license>
<url>https://github.com/pubnub/pubnub-api/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/pubnub/java</url>
<connection>scm:git:git://github.com/pubnub/java.git</connection>
</scm>
<developers>
<developer>
<id>pubnub</id>
<name>Pubnub Inc.</name>
<email>support@pubnub.com</email>
<url>http://www.pubnub.com</url>
</developer>
</developers>
<properties>
<powermock.version>1.6.2</powermock.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<sourceDirectory>${project.basedir}/src</sourceDirectory>
<testSourceDirectory>${project.basedir}/srcTest</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.18.1</version>
</dependency>
</dependencies>
<configuration>
<includes>
<include>com/pubnub/api/**/*Test.java</include>
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.9.1</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src</source>
<source>src1</source>
<source>srcLogging</source>
<source>srcCrypto</source>
<source>srcPubnubApi</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>1.46</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-common</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-mockito-junit4-agent</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-rule</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-xstream</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.pubnub.api.AbstractLogger.class
com.pubnub.api.AbstractNonSubscribeManager.class
com.pubnub.api.AbstractSubscribeManager.class
com.pubnub.api.AbstractSubscribeWorker.class
com.pubnub.api.Base64Encoder.class
com.pubnub.api.Callback.class
com.pubnub.api.ChannelGroup.class
com.pubnub.api.HttpClient.class
com.pubnub.api.HttpClientCore.class
com.pubnub.api.HttpRequest.class
com.pubnub.api.HttpResponse.class
com.pubnub.api.HttpUtil.class
com.pubnub.api.Logger.class
com.pubnub.api.NonSubscribeManager.class
com.pubnub.api.NonSubscribeWorker.class
com.pubnub.api.PnApnsMessage.class
com.pubnub.api.PnGcmMessage.class
com.pubnub.api.PnMessage.class
com.pubnub.api.PnThread.class
com.pubnub.api.Pubnub.class
com.pubnub.api.PubnubAsyncInterface.class
com.pubnub.api.PubnubAsyncInterfacePam.class
com.pubnub.api.PubnubAsyncInterfacePush.class
com.pubnub.api.PubnubCore$1.class
com.pubnub.api.PubnubCore$10.class
com.pubnub.api.PubnubCore$11.class
com.pubnub.api.PubnubCore$12.class
com.pubnub.api.PubnubCore$13.class
com.pubnub.api.PubnubCore$14.class
com.pubnub.api.PubnubCore$15.class
com.pubnub.api.PubnubCore$16.class
com.pubnub.api.PubnubCore$17.class
com.pubnub.api.PubnubCore$18.class
com.pubnub.api.PubnubCore$19.class
com.pubnub.api.PubnubCore$1HistoryResponseHandler.class
com.pubnub.api.PubnubCore$1PublishResponseHandler.class
com.pubnub.api.PubnubCore$2.class
com.pubnub.api.PubnubCore$20.class
com.pubnub.api.PubnubCore$21.class
com.pubnub.api.PubnubCore$3.class
com.pubnub.api.PubnubCore$4.class
com.pubnub.api.PubnubCore$5.class
com.pubnub.api.PubnubCore$6.class
com.pubnub.api.PubnubCore$7.class
com.pubnub.api.PubnubCore$8.class
com.pubnub.api.PubnubCore$9.class
com.pubnub.api.PubnubCore.class
com.pubnub.api.PubnubCoreAsync$1.class
com.pubnub.api.PubnubCoreAsync$2.class
com.pubnub.api.PubnubCoreAsync$PresenceHeartbeatTask$1.class
com.pubnub.api.PubnubCoreAsync$PresenceHeartbeatTask.class
com.pubnub.api.PubnubCoreAsync.class
com.pubnub.api.PubnubCoreShared.class
com.pubnub.api.PubnubCoreSync.class
com.pubnub.api.PubnubCrypto.class
com.pubnub.api.PubnubCryptoCore.class
com.pubnub.api.PubnubError.class
com.pubnub.api.PubnubException.class
com.pubnub.api.PubnubInterface.class
com.pubnub.api.PubnubSync.class
com.pubnub.api.PubnubSyncInterface.class
com.pubnub.api.PubnubSyncInterfacePam.class
com.pubnub.api.PubnubSyncInterfacePush.class
com.pubnub.api.PubnubUtil.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
surefire-junit47-2.18.1.jar
/org.apache.maven.surefire/surefire-junit47/2.18.1
查看surefire-junit47所有版本文件
|