Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.percy |
ArtifactId | ArtifactIdpercy-java-selenium |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.percy/percy-java-selenium/ -->
<dependency>
<groupId>io.percy</groupId>
<artifactId>percy-java-selenium</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.percy/percy-java-selenium/
implementation 'io.percy:percy-java-selenium:0.1.3'
// https://jarcasting.com/artifacts/io.percy/percy-java-selenium/
implementation ("io.percy:percy-java-selenium:0.1.3")
'io.percy:percy-java-selenium:jar:0.1.3'
<dependency org="io.percy" name="percy-java-selenium" rev="0.1.3">
<artifact name="percy-java-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.percy', module='percy-java-selenium', version='0.1.3')
)
libraryDependencies += "io.percy" % "percy-java-selenium" % "0.1.3"
[io.percy/percy-java-selenium "0.1.3"]