| License |
License |
|---|---|
| GroupId | GroupIdco.unruly |
| ArtifactId | ArtifactIdflick |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionflick
Flick is an acceptance testing library for Java that implements the Screenplay pattern
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| flick-1.0.2.pom | |
| flick-1.0.2.jar | 11 KB |
| flick-1.0.2-tests.jar | 6 KB |
| flick-1.0.2-sources.jar | 4 KB |
| flick-1.0.2-javadoc.jar | 80 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.unruly/flick/ -->
<dependency>
<groupId>co.unruly</groupId>
<artifactId>flick</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/co.unruly/flick/
implementation 'co.unruly:flick:1.0.2'
// https://jarcasting.com/artifacts/co.unruly/flick/
implementation ("co.unruly:flick:1.0.2")
'co.unruly:flick:jar:1.0.2'
<dependency org="co.unruly" name="flick" rev="1.0.2">
<artifact name="flick" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.unruly', module='flick', version='1.0.2')
)
libraryDependencies += "co.unruly" % "flick" % "1.0.2"
[co.unruly/flick "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.seleniumhq.selenium : selenium-api | jar | 2.45.0 |
| org.seleniumhq.selenium : selenium-java | jar | 2.45.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| junit : junit | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.codeborne : phantomjsdriver | jar | 1.2.1 |