MVN

com.applitools : eyes-selenium-java-jersey2x

Maven & Gradle

Dec 13, 2015

Eyes.Selenium.Java · Applitools Eyes SDK for Selenium Java WebDriver

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

Latest Version

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

  • Latest Stable: 2.28

All Versions

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

Version Vulnerabilities Updated
2.28
eyes-selenium-java-jersey2x-2.28
2.24
eyes-selenium-java-jersey2x-2.24

How to add a dependency to Maven

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

<dependency>
    <groupId>com.applitools</groupId>
    <artifactId>eyes-selenium-java-jersey2x</artifactId>
    <version>2.28</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.applitools:eyes-selenium-java-jersey2x:2.28'

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

implementation("com.applitools:eyes-selenium-java-jersey2x:2.28")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.applitools" % "eyes-selenium-java-jersey2x" % "2.28"