MVN

com.googlecode.page-component : ui_auto_core

Maven & Gradle

Dec 18, 2021
1 usages
3 stars

Selenium based UI Test Automation Framework (selenium-uitaf) is Java framework which simplifies development process for Web UI test automation scripts.

<dependency>
    <groupId>com.googlecode.page-component</groupId>
    <artifactId>ui_auto_core</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.page-component : ui_auto_core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of com.googlecode.page-component : ui_auto_core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
ui_auto_core-2.6.1
2.5.x
ui_auto_core-2.5.22
ui_auto_core-2.5.21
ui_auto_core-2.5.20
ui_auto_core-2.5.19
ui_auto_core-2.5.18
ui_auto_core-2.5.17
ui_auto_core-2.5.16
ui_auto_core-2.5.15
ui_auto_core-2.5.14
ui_auto_core-2.5.13
ui_auto_core-2.5.12
ui_auto_core-2.5.11
ui_auto_core-2.5.10
ui_auto_core-2.5.9
ui_auto_core-2.5.8
ui_auto_core-2.5.7
ui_auto_core-2.5.6
ui_auto_core-2.5.5
ui_auto_core-2.5.3
ui_auto_core-2.5.2
ui_auto_core-2.5.1
ui_auto_core-2.5.0

How to add a dependency to Maven

Add the following com.googlecode.page-component : ui_auto_core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.page-component</groupId>
    <artifactId>ui_auto_core</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.page-component : ui_auto_core gradle dependency to your build.gradle file:

implementation 'com.googlecode.page-component:ui_auto_core:2.6.1'

Gradle Kotlin DSL: Add the following com.googlecode.page-component : ui_auto_core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.page-component:ui_auto_core:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.page-component : ui_auto_core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.page-component" % "ui_auto_core" % "2.6.1"