MVN

com.applitools : eyes-selenium-java-jersey1x

Maven & Gradle

Jun 06, 2016

eyes-selenium-java · Applitools Eyes SDK for Selenium Java WebDriver

<dependency>
    <groupId>com.applitools</groupId>
    <artifactId>eyes-selenium-java-jersey1x</artifactId>
    <version>2.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.applitools : eyes-selenium-java-jersey1x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.34

All Versions

Choose a version of com.applitools : eyes-selenium-java-jersey1x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.34
eyes-selenium-java-jersey1x-2.34
2.33
eyes-selenium-java-jersey1x-2.33
2.31
eyes-selenium-java-jersey1x-2.31
2.30
eyes-selenium-java-jersey1x-2.30
2.29
eyes-selenium-java-jersey1x-2.29
2.6
eyes-selenium-java-jersey1x-2.6
2.5
eyes-selenium-java-jersey1x-2.5

How to add a dependency to Maven

Add the following com.applitools : eyes-selenium-java-jersey1x maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.applitools</groupId>
    <artifactId>eyes-selenium-java-jersey1x</artifactId>
    <version>2.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.applitools : eyes-selenium-java-jersey1x gradle dependency to your build.gradle file:

implementation 'com.applitools:eyes-selenium-java-jersey1x:2.34'

Gradle Kotlin DSL: Add the following com.applitools : eyes-selenium-java-jersey1x gradle kotlin dependency to your build.gradle.kts file:

implementation("com.applitools:eyes-selenium-java-jersey1x:2.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.applitools : eyes-selenium-java-jersey1x sbt scala dependency to your build.sbt file:

libraryDependencies += "com.applitools" % "eyes-selenium-java-jersey1x" % "2.34"