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