| License |
License |
|---|---|
| Categories |
CategoriesDex General Purpose Libraries Utility |
| GroupId | GroupIdru.yandex.qatools.htmlelements |
| ArtifactId | ArtifactIdhtmlelements |
| Last Version | Last Version1.20.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionYandex QATools HtmlElements
WebDriver PageObject extension
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| htmlelements-1.20.0.pom | 3 KB |
| htmlelements-1.20.0-javadoc.jar | 351 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.htmlelements/htmlelements/ -->
<dependency>
<groupId>ru.yandex.qatools.htmlelements</groupId>
<artifactId>htmlelements</artifactId>
<version>1.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.htmlelements/htmlelements/
implementation 'ru.yandex.qatools.htmlelements:htmlelements:1.20.0'
// https://jarcasting.com/artifacts/ru.yandex.qatools.htmlelements/htmlelements/
implementation ("ru.yandex.qatools.htmlelements:htmlelements:1.20.0")
'ru.yandex.qatools.htmlelements:htmlelements:jar:1.20.0'
<dependency org="ru.yandex.qatools.htmlelements" name="htmlelements" rev="1.20.0">
<artifact name="htmlelements" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.htmlelements', module='htmlelements', version='1.20.0')
)
libraryDependencies += "ru.yandex.qatools.htmlelements" % "htmlelements" % "1.20.0"
[ru.yandex.qatools.htmlelements/htmlelements "1.20.0"]