License |
License |
---|---|
Categories |
CategoriesCRaSH General Purpose Libraries Utility |
GroupId | GroupIdcom.github.crashvb |
ArtifactId | ArtifactIdchromedriver |
Last Version | Last Version2.41 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPackage chromedriver as maven artifact
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
chromedriver-2.41.pom | |
chromedriver-2.41.jar | 2 KB |
chromedriver-2.41-win32.bin | 6 MB |
chromedriver-2.41-mac64.bin | 11 MB |
chromedriver-2.41-linux64.bin | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crashvb/chromedriver/ -->
<dependency>
<groupId>com.github.crashvb</groupId>
<artifactId>chromedriver</artifactId>
<version>2.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crashvb/chromedriver/
implementation 'com.github.crashvb:chromedriver:2.41'
// https://jarcasting.com/artifacts/com.github.crashvb/chromedriver/
implementation ("com.github.crashvb:chromedriver:2.41")
'com.github.crashvb:chromedriver:jar:2.41'
<dependency org="com.github.crashvb" name="chromedriver" rev="2.41">
<artifact name="chromedriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crashvb', module='chromedriver', version='2.41')
)
libraryDependencies += "com.github.crashvb" % "chromedriver" % "2.41"
[com.github.crashvb/chromedriver "2.41"]