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