| Категории |
КатегорииSBE Данные Data Structures |
|---|---|
| Группа | Группаcom.github.markusbernhardt |
| Идентификатор | Идентификаторselenium2library |
| Версия | Версия1.1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| selenium2library-1.1.0.1.pom | |
| selenium2library-1.1.0.1.jar | 134 KB |
| selenium2library-1.1.0.1-sources.jar | 33 KB |
| selenium2library-1.1.0.1-javadoc.jar | 168 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.markusbernhardt/selenium2library/ -->
<dependency>
<groupId>com.github.markusbernhardt</groupId>
<artifactId>selenium2library</artifactId>
<version>1.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.markusbernhardt/selenium2library/
implementation 'com.github.markusbernhardt:selenium2library:1.1.0.1'
// https://jarcasting.com/artifacts/com.github.markusbernhardt/selenium2library/
implementation ("com.github.markusbernhardt:selenium2library:1.1.0.1")
'com.github.markusbernhardt:selenium2library:jar:1.1.0.1'
<dependency org="com.github.markusbernhardt" name="selenium2library" rev="1.1.0.1">
<artifact name="selenium2library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.markusbernhardt', module='selenium2library', version='1.1.0.1')
)
libraryDependencies += "com.github.markusbernhardt" % "selenium2library" % "1.1.0.1"
[com.github.markusbernhardt/selenium2library "1.1.0.1"]