GWT WebPoller Library.
Here is the list of declaration for gwt-webpoller. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.realityforge.gwt.webpoller</groupId> <artifactId>gwt-webpoller</artifactId> <version>0.8</version> </dependency>
If you think this Maven repository POM file listing for gwt-webpoller is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The gwt-webpoller-0.8 has 9 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Testing Coding Style | jsr305 2.0.1 JSR305 Annotations for Findbugs | 166 |
Testing | testng 6.8.7 TestNG is a testing framework. | 97 |
Console | jcommander 1.27 A Java framework to parse command line options with annotations. | 21 |
Testing Mock | mockito-all 1.9.5 Mock objects library for java | 1072 |
The following packages are defined in the gwt-webpoller-0.8.jar
org.realityforge.gwt.webpoller.client org.realityforge.gwt.webpoller.client.event
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <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> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>org.realityforge.gwt.webpoller</groupId> <artifactId>gwt-webpoller</artifactId> <version>0.8</version> <packaging>jar</packaging> <name>GWT WebPoller Library</name> <description>GWT WebPoller Library</description> <url>https://github.com/realityforge/gwt-webpoller</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:realityforge/gwt-webpoller.git</connection> <developerConnection>scm:git:git@github.com:realityforge/gwt-webpoller.git</developerConnection> <url>git@github.com:realityforge/gwt-webpoller.git</url> </scm> <issueManagement> <url>https://github.com/realityforge/gwt-webpoller/issues</url> <system>GitHub Issues</system> </issueManagement> <dependencies> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>2.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> <version>2.5.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8.7</version> <scope>test</scope> </dependency> <dependency> <groupId>com.beust</groupId> <artifactId>jcommander</artifactId> <version>1.27</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> </dependencies> </project>