Overview
Link to Github https://github.com/LucidtechAI/las-sdk-java
Link to Maven repository https://search.maven.org/artifact/ai.lucidtech/las-sdk-java
Installation
Apache Maven
<dependency>
<groupId>ai.lucidtech</groupId>
<artifactId>las-sdk-java</artifactId>
<version>4.0.0</version>
</dependency>
Gradle Groovy DSL
implementation 'ai.lucidtech:las-sdk-java:4.0.0'
Gradle Kotlin DSL
https://github.com/gradle/kotlin-dsl
implementation("ai.lucidtech:las-sdk-java:4.0.0")