| Группа | Группаorg.paxml |
|---|---|
| Идентификатор | Идентификаторpaxml-selenium |
| Версия | Версия1.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| paxml-selenium-1.6.pom | |
| paxml-selenium-1.6.jar | 107 KB |
| paxml-selenium-1.6-sources.jar | 76 KB |
| paxml-selenium-1.6-javadoc.jar | 411 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.paxml/paxml-selenium/ -->
<dependency>
<groupId>org.paxml</groupId>
<artifactId>paxml-selenium</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.paxml/paxml-selenium/
implementation 'org.paxml:paxml-selenium:1.6'
// https://jarcasting.com/artifacts/org.paxml/paxml-selenium/
implementation ("org.paxml:paxml-selenium:1.6")
'org.paxml:paxml-selenium:jar:1.6'
<dependency org="org.paxml" name="paxml-selenium" rev="1.6">
<artifact name="paxml-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.paxml', module='paxml-selenium', version='1.6')
)
libraryDependencies += "org.paxml" % "paxml-selenium" % "1.6"
[org.paxml/paxml-selenium "1.6"]