License |
License |
---|---|
GroupId | GroupIdorg.coffeebreaks.yui |
ArtifactId | ArtifactIdyui-parent |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionYUI Runner Parent
YUI runner is a small framework to automate the running of Yahoo! UI tests, and collect their results.
|
Project URL |
Project URL |
Filename | Size |
---|---|
yui-parent-0.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-parent/
implementation 'org.coffeebreaks.yui:yui-parent:0.3'
// https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-parent/
implementation ("org.coffeebreaks.yui:yui-parent:0.3")
'org.coffeebreaks.yui:yui-parent:pom:0.3'
<dependency org="org.coffeebreaks.yui" name="yui-parent" rev="0.3">
<artifact name="yui-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coffeebreaks.yui', module='yui-parent', version='0.3')
)
libraryDependencies += "org.coffeebreaks.yui" % "yui-parent" % "0.3"
[org.coffeebreaks.yui/yui-parent "0.3"]