| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdio.percy |
| ArtifactId | ArtifactIdpercy-java-selenium |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.percy:percy-java-selenium
An SDK to do visual testing with Percy.io and Selenium.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20210307 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.seleniumhq.selenium : selenium-java | jar | 3.141.59 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |