Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.percy |
ArtifactId | ArtifactIdpercy-java-selenium |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
percy-java-selenium-0.0.5.pom | |
percy-java-selenium-0.0.5.jar | 10 KB |
percy-java-selenium-0.0.5-sources.jar | 6 KB |
percy-java-selenium-0.0.5-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.percy/percy-java-selenium/ -->
<dependency>
<groupId>io.percy</groupId>
<artifactId>percy-java-selenium</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.percy/percy-java-selenium/
implementation 'io.percy:percy-java-selenium:0.0.5'
// https://jarcasting.com/artifacts/io.percy/percy-java-selenium/
implementation ("io.percy:percy-java-selenium:0.0.5")
'io.percy:percy-java-selenium:jar:0.0.5'
<dependency org="io.percy" name="percy-java-selenium" rev="0.0.5">
<artifact name="percy-java-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.percy', module='percy-java-selenium', version='0.0.5')
)
libraryDependencies += "io.percy" % "percy-java-selenium" % "0.0.5"
[io.percy/percy-java-selenium "0.0.5"]