GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdselenium |
Version | Version2.6.3 |
Type | Typejar |
Filename | Size |
---|---|
selenium-2.6.3.pom | |
selenium-2.6.3.jar | 32 KB |
selenium-2.6.3-sources.jar | 20 KB |
selenium-2.6.3-javadoc.jar | 432 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/selenium/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>selenium</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/selenium/
implementation 'com.mastfrog:selenium:2.6.3'
// https://jarcasting.com/artifacts/com.mastfrog/selenium/
implementation ("com.mastfrog:selenium:2.6.3")
'com.mastfrog:selenium:jar:2.6.3'
<dependency org="com.mastfrog" name="selenium" rev="2.6.3">
<artifact name="selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='selenium', version='2.6.3')
)
libraryDependencies += "com.mastfrog" % "selenium" % "2.6.3"
[com.mastfrog/selenium "2.6.3"]