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