MVN

com.google.testability-explorer : maven-testability-plugin

Maven & Gradle

Sep 16, 2009

Testability Explorer - Maven plugin

<plugin>
    <groupId>com.google.testability-explorer</groupId>
    <artifactId>maven-testability-plugin</artifactId>
    <version>1.3.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.testability-explorer : maven-testability-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of com.google.testability-explorer : maven-testability-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
maven-testability-plugin-1.3.3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.google.testability-explorer</groupId>
    <artifactId>maven-testability-plugin</artifactId>
    <version>1.3.3</version>
</plugin>