| Категории |
КатегорииJava Языки программирования |
|---|---|
| Группа | Группаio.percy |
| Идентификатор | Идентификаторpercy-java-selenium |
| Версия | Версия0.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| percy-java-selenium-0.1.1.pom | |
| percy-java-selenium-0.1.1.jar | 8 KB |
| percy-java-selenium-0.1.1-sources.jar | 6 KB |
| percy-java-selenium-0.1.1-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.percy/percy-java-selenium/ -->
<dependency>
<groupId>io.percy</groupId>
<artifactId>percy-java-selenium</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.percy/percy-java-selenium/
implementation 'io.percy:percy-java-selenium:0.1.1'
// https://jarcasting.com/artifacts/io.percy/percy-java-selenium/
implementation ("io.percy:percy-java-selenium:0.1.1")
'io.percy:percy-java-selenium:jar:0.1.1'
<dependency org="io.percy" name="percy-java-selenium" rev="0.1.1">
<artifact name="percy-java-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.percy', module='percy-java-selenium', version='0.1.1')
)
libraryDependencies += "io.percy" % "percy-java-selenium" % "0.1.1"
[io.percy/percy-java-selenium "0.1.1"]