Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.htmlelements |
ArtifactId | ArtifactIdhtmlelements |
Version | Version1.11 |
Type | Typepom |
Filename | Size |
---|---|
htmlelements-1.11.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.htmlelements/htmlelements/ -->
<dependency>
<groupId>ru.yandex.qatools.htmlelements</groupId>
<artifactId>htmlelements</artifactId>
<version>1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.htmlelements/htmlelements/
implementation 'ru.yandex.qatools.htmlelements:htmlelements:1.11'
// https://jarcasting.com/artifacts/ru.yandex.qatools.htmlelements/htmlelements/
implementation ("ru.yandex.qatools.htmlelements:htmlelements:1.11")
'ru.yandex.qatools.htmlelements:htmlelements:pom:1.11'
<dependency org="ru.yandex.qatools.htmlelements" name="htmlelements" rev="1.11">
<artifact name="htmlelements" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.htmlelements', module='htmlelements', version='1.11')
)
libraryDependencies += "ru.yandex.qatools.htmlelements" % "htmlelements" % "1.11"
[ru.yandex.qatools.htmlelements/htmlelements "1.11"]