is not current version
Last Version 1.1

com.lmax:elementspec 1.0

Element Specification - Simple element selectors for selenium or WebDriver.

GroupId

GroupId

com.lmax
ArtifactId

ArtifactId

elementspec
Version

Version

1.0
Type

Type

jar

Download elementspec 1.0


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