MVN

com.ggasoftware.uitest : gga-selenium-framework

Maven & Gradle

May 01, 2015

GGA Selenium Framework · Automation testing using Selenium WebDriver and Java

<dependency>
    <groupId>com.ggasoftware.uitest</groupId>
    <artifactId>gga-selenium-framework</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ggasoftware.uitest : gga-selenium-framework to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.ggasoftware.uitest : gga-selenium-framework to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
gga-selenium-framework-1.0.5
1.0
gga-selenium-framework-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.ggasoftware.uitest</groupId>
    <artifactId>gga-selenium-framework</artifactId>
    <version>1.0.5</version>
</dependency>

Advertisement