MVN

com.tandt53 : automation

Maven & Gradle

Nov 07, 2022
2 stars

Next Big Thing · The project is a collection of modules that allows every Automation Test Engineer (ATE) to create/maintain automated test cases.

<dependency>
    <groupId>com.tandt53</groupId>
    <artifactId>automation</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tandt53 : automation to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.tandt53 : automation to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
automation-1.0.2
automation-1.0.1
1.0
automation-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.tandt53</groupId>
    <artifactId>automation</artifactId>
    <version>1.0.2</version>
</dependency>

Advertisement