GroupId | GroupIdbr.com.caelum.seleniumdsl |
---|---|
ArtifactId | ArtifactIdselenium-dsl |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
selenium-dsl-0.8.1.pom | |
selenium-dsl-0.8.1.jar | 30 KB |
selenium-dsl-0.8.1-javadoc.jar | 154 KB |
selenium-dsl-0.8.1-bin.zip | 110 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.seleniumdsl/selenium-dsl/
implementation 'br.com.caelum.seleniumdsl:selenium-dsl:0.8.1'
// https://jarcasting.com/artifacts/br.com.caelum.seleniumdsl/selenium-dsl/
implementation ("br.com.caelum.seleniumdsl:selenium-dsl:0.8.1")
'br.com.caelum.seleniumdsl:selenium-dsl:jar:0.8.1'
<dependency org="br.com.caelum.seleniumdsl" name="selenium-dsl" rev="0.8.1">
<artifact name="selenium-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.seleniumdsl', module='selenium-dsl', version='0.8.1')
)
libraryDependencies += "br.com.caelum.seleniumdsl" % "selenium-dsl" % "0.8.1"
[br.com.caelum.seleniumdsl/selenium-dsl "0.8.1"]