GroupId | GroupIdbr.com.caelum.seleniumdsl |
---|---|
ArtifactId | ArtifactIdselenium-dsl |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
selenium-dsl-0.8.4.pom | |
selenium-dsl-0.8.4.jar | 35 KB |
selenium-dsl-0.8.4-javadoc.jar | 199 KB |
selenium-dsl-0.8.4-bin.zip | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.caelum.seleniumdsl/selenium-dsl/ -->
<dependency>
<groupId>br.com.caelum.seleniumdsl</groupId>
<artifactId>selenium-dsl</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.seleniumdsl/selenium-dsl/
implementation 'br.com.caelum.seleniumdsl:selenium-dsl:0.8.4'
// https://jarcasting.com/artifacts/br.com.caelum.seleniumdsl/selenium-dsl/
implementation ("br.com.caelum.seleniumdsl:selenium-dsl:0.8.4")
'br.com.caelum.seleniumdsl:selenium-dsl:jar:0.8.4'
<dependency org="br.com.caelum.seleniumdsl" name="selenium-dsl" rev="0.8.4">
<artifact name="selenium-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.seleniumdsl', module='selenium-dsl', version='0.8.4')
)
libraryDependencies += "br.com.caelum.seleniumdsl" % "selenium-dsl" % "0.8.4"
[br.com.caelum.seleniumdsl/selenium-dsl "0.8.4"]