Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.44 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.44 KB

#krail-bench

License Gitter Build Status Coverage Status

Vaadin Testbench extensions to use with Krail

Vaadin TestBench is a licenced product and these extensions will therefore not be of any value unless you have a licence. #Download ##Gradle

repositories {
	jcenter()
}
'uk.q3c.krail:krail-bench:0.8.4'

##Maven

<repository>
	<id>jcenter</id>
	<url>http://jcenter.bintray.com</url>
</repository>

<dependency>
	<groupId>uk.q3c.krail</groupId>
	<artifactId>krail-bench</artifactId>
	<version>0.8.4</version>
</dependency>

##Direct

Download