Categories |
CategoriesJava Languages Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.applitools |
ArtifactId | ArtifactIdeyes-selenium-java-jersey1x |
Version | Version2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.applitools/eyes-selenium-java-jersey1x/ -->
<dependency>
<groupId>com.applitools</groupId>
<artifactId>eyes-selenium-java-jersey1x</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.applitools/eyes-selenium-java-jersey1x/
implementation 'com.applitools:eyes-selenium-java-jersey1x:2.6'
// https://jarcasting.com/artifacts/com.applitools/eyes-selenium-java-jersey1x/
implementation ("com.applitools:eyes-selenium-java-jersey1x:2.6")
'com.applitools:eyes-selenium-java-jersey1x:jar:2.6'
<dependency org="com.applitools" name="eyes-selenium-java-jersey1x" rev="2.6">
<artifact name="eyes-selenium-java-jersey1x" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.applitools', module='eyes-selenium-java-jersey1x', version='2.6')
)
libraryDependencies += "com.applitools" % "eyes-selenium-java-jersey1x" % "2.6"
[com.applitools/eyes-selenium-java-jersey1x "2.6"]