Maven Repository - POM file for Zip phantomjsdriver 1.2.0 1.2.0

Summary

PhantomJSDriver.

PhantomJSDriver is a Java binding for the PhantomJS WebDriver, GhostDriver. The binding is developed within the GhostDriver project, and distributed through public Maven repository and Selenium official .zip package..

Declaration

Here is the list of declaration for phantomjsdriver. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.github.detro</groupId>
   <artifactId>phantomjsdriver</artifactId>
   <version>1.2.0</version>
</dependency>

If you think this Maven repository POM file listing for phantomjsdriver is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:The BSD 2-Clause License
URL: http://opensource.org/licenses/BSD-2-Clause.

Depended by

The following table lists the most popular artifacts which are depending on phantomjsdriver-1.2.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Librarycore 1.0.9
Serenity core libraries
6
Librarycore 1.0.16
Serenity core libraries
7
Librarycore 1.0.23
Serenity core libraries
6
Librarycore 1.0.21
Serenity core libraries
5
Librarycore 1.0.12
Serenity core libraries
5
Librarycore 1.0.14
Serenity core libraries
5

Packages

The following packages are defined in the phantomjsdriver-1.2.0.jar

org.openqa.selenium.phantomjs

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.detro</groupId>
  <artifactId>phantomjsdriver</artifactId>
  <version>1.2.0</version>
  <name>PhantomJSDriver</name>
  <description>
                                PhantomJSDriver is a Java binding for the PhantomJS WebDriver, GhostDriver.
                                The binding is developed within the GhostDriver project, and distributed through public Maven repository
                                and Selenium official .zip package.
                                </description>
  <url>https://github.com/detro/ghostdriver</url>
  <inceptionYear>2012</inceptionYear>
  <licenses>
    <license>
      <name>The BSD 2-Clause License</name>
      <url>http://opensource.org/licenses/BSD-2-Clause</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:git@github.com:detro/ghostdriver.git</connection>
    <developerConnection>scm:git:git@github.com:detro/ghostdriver.git</developerConnection>
    <url>https://github.com/detro/ghostdriver</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-java</artifactId>
      <version>2.41.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-remote-driver</artifactId>
      <version>2.41.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>