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-4.1.jar download
lets-core-4.1.pom download
lets-core-4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cozyloon</groupId>
  <artifactId>lets-core</artifactId>
  <version>4.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.cozyloon:lets-core:4.1'
Gradle Kotlin
implementation("io.github.cozyloon:lets-core:4.1")
Scala SBT
libraryDependencies += "io.github.cozyloon" % "lets-core" % "4.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cozyloon', module='lets-core', version='4.1')
)
Apache Ivy
<dependency org="io.github.cozyloon" name="lets-core" rev="4.1" />
Leiningen
[io.github.cozyloon/lets-core "4.1"]
Apache Buildr
'io.github.cozyloon:lets-core:jar:4.1'