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