License |
License |
---|---|
GroupId | GroupIdorg.coffeebreaks.yui |
ArtifactId | ArtifactIdyui-runner |
Version | Version0.3 |
Type | Typejar |
Description |
DescriptionYUI Runner :: Runner
YUI runner is a small framework to automate the running of Yahoo! UI tests, and collect their results.
|
Filename | Size |
---|---|
yui-runner-0.3.pom | |
yui-runner-0.3.jar | 14 KB |
yui-runner-0.3-sources.jar | 3 KB |
yui-runner-0.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-runner/ -->
<dependency>
<groupId>org.coffeebreaks.yui</groupId>
<artifactId>yui-runner</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-runner/
implementation 'org.coffeebreaks.yui:yui-runner:0.3'
// https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-runner/
implementation ("org.coffeebreaks.yui:yui-runner:0.3")
'org.coffeebreaks.yui:yui-runner:jar:0.3'
<dependency org="org.coffeebreaks.yui" name="yui-runner" rev="0.3">
<artifact name="yui-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coffeebreaks.yui', module='yui-runner', version='0.3')
)
libraryDependencies += "org.coffeebreaks.yui" % "yui-runner" % "0.3"
[org.coffeebreaks.yui/yui-runner "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.coffeebreaks.yui : yui-collector | jar | 0.3 |
org.scala-lang : scala-library | jar | 2.8.1 |
commons-io : commons-io | jar | 2.0 |
org.seleniumhq.selenium : selenium | jar | 2.0a7 |
junit : junit | jar | 4.8.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |