GroupId | GroupIdcom.lazerycode.selenium |
---|---|
ArtifactId | ArtifactIdquery |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
query-1.1.0.pom | |
query-1.1.0.jar | 5 KB |
query-1.1.0-sources.jar | 4 KB |
query-1.1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lazerycode.selenium/query/ -->
<dependency>
<groupId>com.lazerycode.selenium</groupId>
<artifactId>query</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lazerycode.selenium/query/
implementation 'com.lazerycode.selenium:query:1.1.0'
// https://jarcasting.com/artifacts/com.lazerycode.selenium/query/
implementation ("com.lazerycode.selenium:query:1.1.0")
'com.lazerycode.selenium:query:jar:1.1.0'
<dependency org="com.lazerycode.selenium" name="query" rev="1.1.0">
<artifact name="query" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lazerycode.selenium', module='query', version='1.1.0')
)
libraryDependencies += "com.lazerycode.selenium" % "query" % "1.1.0"
[com.lazerycode.selenium/query "1.1.0"]