is not current version
Last Version 1.1.1

com.machinepublishers:jbrowserdriver 1.0.0-RC1

A programmable, embeddable web browser driver compatible with the Selenium WebDriver spec -- headless, WebKit-based, pure Java

GroupId

GroupId

com.machinepublishers
ArtifactId

ArtifactId

jbrowserdriver
Version

Version

1.0.0-RC1
Type

Type

jar

Download jbrowserdriver 1.0.0-RC1


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