GroupId | GroupIdcom.github.wasiqb.coteafs |
---|---|
ArtifactId | ArtifactIdselenium |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
selenium-4.0.1.pom | |
selenium-4.0.1.jar | 89 KB |
selenium-4.0.1-sources.jar | 71 KB |
selenium-4.0.1-javadoc.jar | 492 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/selenium/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>selenium</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/selenium/
implementation 'com.github.wasiqb.coteafs:selenium:4.0.1'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/selenium/
implementation ("com.github.wasiqb.coteafs:selenium:4.0.1")
'com.github.wasiqb.coteafs:selenium:jar:4.0.1'
<dependency org="com.github.wasiqb.coteafs" name="selenium" rev="4.0.1">
<artifact name="selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='selenium', version='4.0.1')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "selenium" % "4.0.1"
[com.github.wasiqb.coteafs/selenium "4.0.1"]