is not current version
Last Version 2.0.0-BETA3

com.lazerycode.selenium:query 2.0.0-BETA2

A query object designed to make page objects easier to manage

GroupId

GroupId

com.lazerycode.selenium
ArtifactId

ArtifactId

query
Version

Version

2.0.0-BETA2
Type

Type

jar

Download query 2.0.0-BETA2


<!-- https://jarcasting.com/artifacts/com.lazerycode.selenium/query/ -->
<dependency>
    <groupId>com.lazerycode.selenium</groupId>
    <artifactId>query</artifactId>
    <version>2.0.0-BETA2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lazerycode.selenium/query/
implementation 'com.lazerycode.selenium:query:2.0.0-BETA2'
// https://jarcasting.com/artifacts/com.lazerycode.selenium/query/
implementation ("com.lazerycode.selenium:query:2.0.0-BETA2")
'com.lazerycode.selenium:query:jar:2.0.0-BETA2'
<dependency org="com.lazerycode.selenium" name="query" rev="2.0.0-BETA2">
  <artifact name="query" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lazerycode.selenium', module='query', version='2.0.0-BETA2')
)
libraryDependencies += "com.lazerycode.selenium" % "query" % "2.0.0-BETA2"
[com.lazerycode.selenium/query "2.0.0-BETA2"]