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