l

lets-core

Introducing Let's Test Automation Framework - A Selenium Java with built-in loggers and config file property configurations for efficient testing.
https://github.com/cozyloon/LetsCore
The Apache License, Version 2.0
Chathumal Sangeeth
Files download
File Operation
lets-core-3.0.jar download
lets-core-3.0.pom download
lets-core-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cozyloon</groupId>
  <artifactId>lets-core</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.cozyloon:lets-core:3.0'
Gradle Kotlin
implementation("io.github.cozyloon:lets-core:3.0")
Scala SBT
libraryDependencies += "io.github.cozyloon" % "lets-core" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cozyloon', module='lets-core', version='3.0')
)
Apache Ivy
<dependency org="io.github.cozyloon" name="lets-core" rev="3.0" />
Leiningen
[io.github.cozyloon/lets-core "3.0"]
Apache Buildr
'io.github.cozyloon:lets-core:jar:3.0'