is not current version
Last Version 0.3

org.coffeebreaks.yui:yui-parent 0.2

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

GroupId

GroupId

org.coffeebreaks.yui
ArtifactId

ArtifactId

yui-parent
Version

Version

0.2
Type

Type

pom

Download yui-parent 0.2

Filename Size
yui-parent-0.2.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-parent/ -->
<dependency>
    <groupId>org.coffeebreaks.yui</groupId>
    <artifactId>yui-parent</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-parent/
implementation 'org.coffeebreaks.yui:yui-parent:0.2'
// https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-parent/
implementation ("org.coffeebreaks.yui:yui-parent:0.2")
'org.coffeebreaks.yui:yui-parent:pom:0.2'
<dependency org="org.coffeebreaks.yui" name="yui-parent" rev="0.2">
  <artifact name="yui-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coffeebreaks.yui', module='yui-parent', version='0.2')
)
libraryDependencies += "org.coffeebreaks.yui" % "yui-parent" % "0.2"
[org.coffeebreaks.yui/yui-parent "0.2"]