| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdio.percy |
| ArtifactId | ArtifactIdpercy-java-selenium |
| Version | Version0.1.1 |
| Type | Typejar |
<!-- 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"]