l

lets-core

Lets is a test automation framework based on selenium Java, Rest Assured with loggers and config file property configurations.
https://github.com/cozyloon/LetsCore
The Apache License, Version 2.0
Chathumal Sangeeth
Files download
File Operation
lets-core-1.0.jar download
lets-core-1.0.pom download
lets-core-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cozyloon</groupId>
  <artifactId>lets-core</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.cozyloon:lets-core:1.0'
Gradle Kotlin
implementation("io.github.cozyloon:lets-core:1.0")
Scala SBT
libraryDependencies += "io.github.cozyloon" % "lets-core" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cozyloon', module='lets-core', version='1.0')
)
Apache Ivy
<dependency org="io.github.cozyloon" name="lets-core" rev="1.0" />
Leiningen
[io.github.cozyloon/lets-core "1.0"]
Apache Buildr
'io.github.cozyloon:lets-core:jar:1.0'