MVN

com.github.jesg : phantomjsdriver

Maven & Gradle

Mar 31, 2017
3 usages
1.9k stars

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.

<dependency>
    <groupId>com.github.jesg</groupId>
    <artifactId>phantomjsdriver</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jesg : phantomjsdriver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Beta: 3.0.0-beta1

All Versions

Choose a version of com.github.jesg : phantomjsdriver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
phantomjsdriver-3.0.0-beta1
2.0.x
phantomjsdriver-2.0.0

How to add a dependency to Maven

Add the following com.github.jesg : phantomjsdriver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jesg</groupId>
    <artifactId>phantomjsdriver</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jesg : phantomjsdriver gradle dependency to your build.gradle file:

implementation 'com.github.jesg:phantomjsdriver:2.0.0'

Gradle Kotlin DSL: Add the following com.github.jesg : phantomjsdriver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jesg:phantomjsdriver:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jesg : phantomjsdriver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jesg" % "phantomjsdriver" % "2.0.0"

Advertisement

Dependencies from Group

Mar 31, 2017
3 usages
1.9k stars
Dec 29, 2015
3 stars

Discover Dependencies

Aug 25, 2023
10 usages
244 stars
Jun 19, 2019
3 usages
8 stars
Aug 24, 2021
3 usages
Feb 21, 2021
2 usages
189 stars
Jan 28, 2014
1 usages
Feb 03, 2021
3 usages
6 stars
Jul 18, 2018
4 usages
4 stars