License |
License |
---|---|
Categories |
CategoriesIDE Development Tools GWT (Google Web Toolkit) User Interface Web Frameworks Net |
GroupId | GroupIdnet.thucydides |
ArtifactId | ArtifactIdthucydides-gwt |
Last Version | Last Version0.6.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthucydides-gwt
An Acceptance Testing framework for web applications
based on WebDriver, and integrating with JUnit and net.thucydides.easyb.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
thucydides-gwt-0.6.3.pom | |
thucydides-gwt-0.6.3.jar | 5 KB |
thucydides-gwt-0.6.3-sources.jar | 3 KB |
thucydides-gwt-0.6.3-javadoc.jar | 358 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thucydides/thucydides-gwt/ -->
<dependency>
<groupId>net.thucydides</groupId>
<artifactId>thucydides-gwt</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.thucydides/thucydides-gwt/
implementation 'net.thucydides:thucydides-gwt:0.6.3'
// https://jarcasting.com/artifacts/net.thucydides/thucydides-gwt/
implementation ("net.thucydides:thucydides-gwt:0.6.3")
'net.thucydides:thucydides-gwt:jar:0.6.3'
<dependency org="net.thucydides" name="thucydides-gwt" rev="0.6.3">
<artifact name="thucydides-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thucydides', module='thucydides-gwt', version='0.6.3')
)
libraryDependencies += "net.thucydides" % "thucydides-gwt" % "0.6.3"
[net.thucydides/thucydides-gwt "0.6.3"]
Group / Artifact | Type | Version |
---|---|---|
net.thucydides : thucydides-core | jar | 0.6.3 |
commons-lang : commons-lang | jar | 2.5 |
com.google.inject : guice | jar | 2.0 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.6.1 |
junit : junit-dep | jar | 4.10 |
org.hamcrest : hamcrest-integration | jar | 1.1 |
org.hamcrest : hamcrest-library | jar | 1.1 |
org.hamcrest : hamcrest-core | jar | 1.1 |
org.mockito : mockito-all | jar | 1.8.5 |
org.easytesting : fest-assert | jar | 1.4 |