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