l

library

Selenium Testing Library
https://github.com/lsoares/selenium-testing-library
MIT
Luís Soares
Files download
File Operation
library-0.9.jar download
library-0.9.pom download
library-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.lsoares</groupId>
  <artifactId>library</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.lsoares:library:0.9'
Gradle Kotlin
implementation("io.github.lsoares:library:0.9")
Scala SBT
libraryDependencies += "io.github.lsoares" % "library" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.lsoares', module='library', version='0.9')
)
Apache Ivy
<dependency org="io.github.lsoares" name="library" rev="0.9" />
Leiningen
[io.github.lsoares/library "0.9"]
Apache Buildr
'io.github.lsoares:library:jar:0.9'