Quick Start

The following procedure shows how we can use Lets to quickly start automation

Maven Repository URL:

https://mvnrepository.com/artifact/io.github.cozyloon/lets-core

Add this to pom.xml:

<!-- https://mvnrepository.com/artifact/io.github.cozyloon/lets-core -->
<dependency>
    <groupId>io.github.cozyloon</groupId>
    <artifactId>lets-core</artifactId>
    <version>1.1</version>
</dependency>

Last updated