MVN

com.lmax : elementspec

Maven & Gradle

Nov 15, 2018
0 stars

Element Specification · Element Specification - Simple element selectors for selenium or WebDriver.

<dependency>
    <groupId>com.lmax</groupId>
    <artifactId>elementspec</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lmax : elementspec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.lmax : elementspec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
elementspec-1.1
1.0
elementspec-1.0

How to add a dependency to Maven

Add the following com.lmax : elementspec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lmax</groupId>
    <artifactId>elementspec</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lmax : elementspec gradle dependency to your build.gradle file:

implementation 'com.lmax:elementspec:1.1'

Gradle Kotlin DSL: Add the following com.lmax : elementspec gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lmax:elementspec:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lmax : elementspec sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lmax" % "elementspec" % "1.1"

Advertisement

Dependencies from Group

Dec 31, 2021
1.4k usages
16.1k stars
Apr 28, 2023
61 stars
Nov 15, 2018
0 stars
Aug 08, 2016
83 stars
Jun 01, 2017
44 stars

Discover Dependencies