MVN

org.coffeebreaks.yui : yui-parent

Maven & Gradle

Jan 18, 2011
1 stars

YUI Runner Parent · YUI runner is a small framework to automate the running of Yahoo! UI tests, and collect their results.

<dependency>
    <groupId>org.coffeebreaks.yui</groupId>
    <artifactId>yui-parent</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.coffeebreaks.yui : yui-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of org.coffeebreaks.yui : yui-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
yui-parent-0.3
0.2
yui-parent-0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.coffeebreaks.yui</groupId>
    <artifactId>yui-parent</artifactId>
    <version>0.3</version>
</dependency>

Advertisement