MVN

org.touchbit.buggy : buggy

Maven & Gradle

Dec 27, 2019

Buggy · Buggy is an add-on to TestNG for quickly creating test projects and easily customizing the launch of automated tests.

<dependency>
    <groupId>org.touchbit.buggy</groupId>
    <artifactId>buggy</artifactId>
    <version>0.3.7-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.touchbit.buggy : buggy to add to Maven - Latest Versions:

  • Latest Stable: 0.3.7-beta
  • Latest Beta: 0.3.7-beta
  • Latest Alpha: 0.3.7-alpha

All Versions

Choose a version of org.touchbit.buggy : buggy to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
buggy-0.3.7-beta
buggy-0.3.7-alpha

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.touchbit.buggy</groupId>
    <artifactId>buggy</artifactId>
    <version>0.3.7-beta</version>
</dependency>