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