License |
License |
---|---|
GroupId | GroupIdcom.lazerycode.selenium |
ArtifactId | ArtifactIdquery |
Version | Version2.0.0-BETA3 |
Type | Typejar |
Description |
DescriptionQuery
A query object designed to make page objects easier to manage
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
query-2.0.0-BETA3.pom | |
query-2.0.0-BETA3.jar | 6 KB |
query-2.0.0-BETA3-sources.jar | 5 KB |
query-2.0.0-BETA3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lazerycode.selenium/query/ -->
<dependency>
<groupId>com.lazerycode.selenium</groupId>
<artifactId>query</artifactId>
<version>2.0.0-BETA3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lazerycode.selenium/query/
implementation 'com.lazerycode.selenium:query:2.0.0-BETA3'
// https://jarcasting.com/artifacts/com.lazerycode.selenium/query/
implementation ("com.lazerycode.selenium:query:2.0.0-BETA3")
'com.lazerycode.selenium:query:jar:2.0.0-BETA3'
<dependency org="com.lazerycode.selenium" name="query" rev="2.0.0-BETA3">
<artifact name="query" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lazerycode.selenium', module='query', version='2.0.0-BETA3')
)
libraryDependencies += "com.lazerycode.selenium" % "query" % "2.0.0-BETA3"
[com.lazerycode.selenium/query "2.0.0-BETA3"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-api | jar | 3.141.0 |
org.seleniumhq.selenium : selenium-java | jar | 3.141.0 |
io.appium : java-client | jar | 6.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.8.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.11.0 |