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