Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for eyes-images-java version 2.56

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for eyes-images-java version 2.56. You can add these depency in your project to get com.applitools:eyes-images-java:2.56 Java library in your project.

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for eyes-images-java version 2.56

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for eyes-images-java version 2.56. You can add these depency in your project to get com.applitools:eyes-images-java:2.56 Java library in your project..

Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency for eyes-images-java version 2.56

In this section have given the dependency code for Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency for eyes-images-java version 2.56. You be able to use the dependency given here for the  eyes-images-java version 2.56 just by copying and pasting your project. One you build your project the respective build tools Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency will download the jar file and include in your project.

Maven Artifact details:

Group: com.applitools

Artifact: eyes-images-java

Version: 2.56

In this page we are going to discuss eyes-images-java version 2.56 maven dependencies. Maven tool is a project management tool which you use to manage your project and easily use eyes-images-java version 2.56 dependency by just including the code discussed here in the pom.xml file of your Maven project.

Maven dependency automatically downloads the dependent library of eyes-images-java version 2.56 and includes the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained to you the dependency code of different build systems like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc.

Maven dependency of eyes-images-java version 2.56:

<dependency>
	<groupId>com.applitools</groupId>
	<artifactId>eyes-images-java</artifactId>
	<version>2.56</version>
</dependency>

Gradle Dependency of eyes-images-java version 2.56

compile group: 'com.applitools', name: 'eyes-images-java', version: '2.56'

SBT Dependency of eyes-images-java version 2.56

libraryDependencies += "com.applitools" % "eyes-images-java" % "2.56"

Ivy Dependency of eyes-images-java version 2.56

<dependency org="com.applitools" name="eyes-images-java" rev="2.56"/>

Grape Dependency of eyes-images-java version 2.56

@Grapes(
    @Grab(group='com.applitools', module='eyes-images-java', version='2.56')
)

Leiningen Dependency of eyes-images-java version 2.56

[com.applitools/eyes-images-java "2.56"]

Buildr Dependency of eyes-images-java version 2.56

'com.applitools:eyes-images-java:jar:2.56'

The remote public repository is very useful and it allows the developers to download Java library jar files very conveniently just by adding the respective dependency code in their project's build tools configuration.

Relevant Tutorials