is not current version
Last Version 0.9.275

net.thucydides:thucydides 0.9.0-RC6

An Acceptance Testing framework for web applications based on WebDriver, and integrating with JUnit and net.thucydides.easyb.

Categories

Categories

IDE Development Tools Net
GroupId

GroupId

net.thucydides
ArtifactId

ArtifactId

thucydides
Version

Version

0.9.0-RC6
Type

Type

pom

Download thucydides 0.9.0-RC6

Filename Size
thucydides-0.9.0-RC6.pom 20 KB
Browse

<!-- https://jarcasting.com/artifacts/net.thucydides/thucydides/ -->
<dependency>
    <groupId>net.thucydides</groupId>
    <artifactId>thucydides</artifactId>
    <version>0.9.0-RC6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.thucydides/thucydides/
implementation 'net.thucydides:thucydides:0.9.0-RC6'
// https://jarcasting.com/artifacts/net.thucydides/thucydides/
implementation ("net.thucydides:thucydides:0.9.0-RC6")
'net.thucydides:thucydides:pom:0.9.0-RC6'
<dependency org="net.thucydides" name="thucydides" rev="0.9.0-RC6">
  <artifact name="thucydides" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.thucydides', module='thucydides', version='0.9.0-RC6')
)
libraryDependencies += "net.thucydides" % "thucydides" % "0.9.0-RC6"
[net.thucydides/thucydides "0.9.0-RC6"]