| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования |
| Группа | Группаio.percy |
| Идентификатор | Идентификаторpercy-java-selenium |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеio.percy:percy-java-selenium
An SDK to do visual testing with Percy.io and Selenium.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| percy-java-selenium-1.0.0.pom | |
| percy-java-selenium-1.0.0.jar | 8 KB |
| percy-java-selenium-1.0.0-sources.jar | 6 KB |
| percy-java-selenium-1.0.0-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.percy/percy-java-selenium/ -->
<dependency>
<groupId>io.percy</groupId>
<artifactId>percy-java-selenium</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.percy/percy-java-selenium/
implementation 'io.percy:percy-java-selenium:1.0.0'
// https://jarcasting.com/artifacts/io.percy/percy-java-selenium/
implementation ("io.percy:percy-java-selenium:1.0.0")
'io.percy:percy-java-selenium:jar:1.0.0'
<dependency org="io.percy" name="percy-java-selenium" rev="1.0.0">
<artifact name="percy-java-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.percy', module='percy-java-selenium', version='1.0.0')
)
libraryDependencies += "io.percy" % "percy-java-selenium" % "1.0.0"
[io.percy/percy-java-selenium "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.json : json | jar | 20210307 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.seleniumhq.selenium : selenium-java | jar | 3.141.59 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |