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