is not current version
Last Version 1.1.0

com.github.detro.ghostdriver:phantomjsdriver 1.0.4

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.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.detro.ghostdriver
ArtifactId

ArtifactId

phantomjsdriver
Version

Version

1.0.4
Type

Type

jar

Download phantomjsdriver 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.detro.ghostdriver/phantomjsdriver/ -->
<dependency>
    <groupId>com.github.detro.ghostdriver</groupId>
    <artifactId>phantomjsdriver</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.detro.ghostdriver/phantomjsdriver/
implementation 'com.github.detro.ghostdriver:phantomjsdriver:1.0.4'
// https://jarcasting.com/artifacts/com.github.detro.ghostdriver/phantomjsdriver/
implementation ("com.github.detro.ghostdriver:phantomjsdriver:1.0.4")
'com.github.detro.ghostdriver:phantomjsdriver:jar:1.0.4'
<dependency org="com.github.detro.ghostdriver" name="phantomjsdriver" rev="1.0.4">
  <artifact name="phantomjsdriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.detro.ghostdriver', module='phantomjsdriver', version='1.0.4')
)
libraryDependencies += "com.github.detro.ghostdriver" % "phantomjsdriver" % "1.0.4"
[com.github.detro.ghostdriver/phantomjsdriver "1.0.4"]