is not current version
Last Version 2.41

com.github.crashvb:chromedriver 2.35

Package chromedriver as maven artifact

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

com.github.crashvb
ArtifactId

ArtifactId

chromedriver
Version

Version

2.35
Type

Type

jar

Download chromedriver 2.35


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