MVN

org.uitnet.testing : smart-testauto-framework

Maven & Gradle

Jul 28, 2023
1 stars

Smart Software Testing Automation Framework · Smart Software Testing Automation Framework is a tool used to automate the testing of software application. It includes the functionality i.e. Web UI Application Automation, Thick Client Automation, API Testing, Data Driven Testing etc.

<dependency>
    <groupId>org.uitnet.testing</groupId>
    <artifactId>smart-testauto-framework</artifactId>
    <version>6.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.uitnet.testing : smart-testauto-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.0
  • Latest Alpha: 6.0.0-alpha3

All Versions

Choose a version of org.uitnet.testing : smart-testauto-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
smart-testauto-framework-6.1.0
6.0.x
smart-testauto-framework-6.0.15
smart-testauto-framework-6.0.13
smart-testauto-framework-6.0.12
smart-testauto-framework-6.0.11
smart-testauto-framework-6.0.10
smart-testauto-framework-6.0.9
smart-testauto-framework-6.0.8
smart-testauto-framework-6.0.7
smart-testauto-framework-6.0.6
smart-testauto-framework-6.0.5
smart-testauto-framework-6.0.4
smart-testauto-framework-6.0.3
smart-testauto-framework-6.0.2
smart-testauto-framework-6.0.1
smart-testauto-framework-6.0.0
smart-testauto-framework-6.0.0-alpha3
smart-testauto-framework-6.0.0-alpha2
smart-testauto-framework-6.0.0-alpha1
5.1.x
smart-testauto-framework-5.1.1
smart-testauto-framework-5.1.0
5.0.x
smart-testauto-framework-5.0.3
smart-testauto-framework-5.0.2
smart-testauto-framework-5.0.1
smart-testauto-framework-5.0.0
4.0.x
smart-testauto-framework-4.0.2
smart-testauto-framework-4.0.1
smart-testauto-framework-4.0.0
3.0.x
smart-testauto-framework-3.0.3
smart-testauto-framework-3.0.2
smart-testauto-framework-3.0.1
smart-testauto-framework-3.0.0
2.0.x
smart-testauto-framework-2.0.9
smart-testauto-framework-2.0.8
smart-testauto-framework-2.0.7
smart-testauto-framework-2.0.6
smart-testauto-framework-2.0.5
smart-testauto-framework-2.0.4
smart-testauto-framework-2.0.3
smart-testauto-framework-2.0.2
smart-testauto-framework-2.0.1
smart-testauto-framework-2.0.0
1.1.x
smart-testauto-framework-1.1.0
1.0.x
smart-testauto-framework-1.0.5
smart-testauto-framework-1.0.4
smart-testauto-framework-1.0.3
smart-testauto-framework-1.0.2
smart-testauto-framework-1.0.1
smart-testauto-framework-1.0.0

How to add a dependency to Maven

Add the following org.uitnet.testing : smart-testauto-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.uitnet.testing</groupId>
    <artifactId>smart-testauto-framework</artifactId>
    <version>6.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.uitnet.testing : smart-testauto-framework gradle dependency to your build.gradle file:

implementation 'org.uitnet.testing:smart-testauto-framework:6.1.0'

Gradle Kotlin DSL: Add the following org.uitnet.testing : smart-testauto-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("org.uitnet.testing:smart-testauto-framework:6.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.uitnet.testing : smart-testauto-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "org.uitnet.testing" % "smart-testauto-framework" % "6.1.0"

Advertisement