MVN

net.itarray : automotion

Maven & Gradle

Sep 07, 2019
26 stars

Automotion · Library for smart visual automation testing

<dependency>
    <groupId>net.itarray</groupId>
    <artifactId>automotion</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.itarray : automotion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.2
  • Latest Release Candidate: 2.1.0-rc3
  • Latest Beta: 2.1.0-beta2
  • Latest Alpha: 2.0.0-alpha1

All Versions

Choose a version of net.itarray : automotion to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
automotion-2.2.2
automotion-2.2.1
automotion-2.2.0
2.1.x
automotion-2.1.1
automotion-2.1.0
automotion-2.1.0-rc3
automotion-2.1.0-rc2
automotion-2.1.0-rc1
automotion-2.1.0-beta2
automotion-2.1.0-beta1
2.0.x
automotion-2.0.7-rc1
automotion-2.0.7-beta2
automotion-2.0.7-beta1
automotion-2.0.6
automotion-2.0.5
automotion-2.0.4
automotion-2.0.3
automotion-2.0.2
automotion-2.0.1
automotion-2.0.0
automotion-2.0.0-beta2
automotion-2.0.0-beta1
automotion-2.0.0-alpha1
1.4.x
automotion-1.4.6
automotion-1.4.5
automotion-1.4.4
automotion-1.4.3
automotion-1.4.2
automotion-1.4.1
automotion-1.4.0
automotion-1.4.0.1
1.3.x
automotion-1.3.1
automotion-1.3.0
1.2.x
automotion-1.2.1
automotion-1.2.0

How to add a dependency to Maven

Add the following net.itarray : automotion maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.itarray</groupId>
    <artifactId>automotion</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.itarray : automotion gradle dependency to your build.gradle file:

implementation 'net.itarray:automotion:2.2.2'

Gradle Kotlin DSL: Add the following net.itarray : automotion gradle kotlin dependency to your build.gradle.kts file:

implementation("net.itarray:automotion:2.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.itarray : automotion sbt scala dependency to your build.sbt file:

libraryDependencies += "net.itarray" % "automotion" % "2.2.2"

Advertisement