MVN

com.exactpro.remotehand : remotehand

Maven & Gradle

May 20, 2022
0 stars

remotehand · 'remotehand'

<dependency>
    <groupId>com.exactpro.remotehand</groupId>
    <artifactId>remotehand</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exactpro.remotehand : remotehand to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of com.exactpro.remotehand : remotehand to add to Maven or Gradle - All Versions:

  • Version Updated
  • remotehand-1.7.2

    May 20, 2022
  • remotehand-1.7.1

    Jul 30, 2021
  • remotehand-1.7.0

    Jul 26, 2021
  • remotehand-1.6.6

    Jul 06, 2021
  • remotehand-1.6.5

    Jul 05, 2021
  • remotehand-1.6.4

    Jun 22, 2021
  • remotehand-1.6.3

    Jun 21, 2021
  • remotehand-1.6.2

    Jun 18, 2021
  • remotehand-1.6.1

    Jun 18, 2021
  • remotehand-1.6.0

    Jun 18, 2021
  • remotehand-1.5.7

    Jun 16, 2021
  • remotehand-1.5.6

    Jun 15, 2021
  • remotehand-1.5.5

    Jun 02, 2021
  • remotehand-1.5.4

    Jun 02, 2021
  • remotehand-1.5.3

    May 24, 2021
  • remotehand-1.5.2

    May 04, 2021
  • remotehand-1.5.1

    Apr 26, 2021

How to add a dependency to Maven

Add the following com.exactpro.remotehand : remotehand maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.exactpro.remotehand</groupId>
    <artifactId>remotehand</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exactpro.remotehand : remotehand gradle dependency to your build.gradle file:

implementation 'com.exactpro.remotehand:remotehand:1.7.2'

Gradle Kotlin DSL: Add the following com.exactpro.remotehand : remotehand gradle kotlin dependency to your build.gradle.kts file:

implementation("com.exactpro.remotehand:remotehand:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exactpro.remotehand : remotehand sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exactpro.remotehand" % "remotehand" % "1.7.2"