CompactLichess is a Java 8+ library which allows you to interact with the Lichess API.
- More information
- Downloads (dependencies not included)
<repositories>
<repository>
<id>hellsh</id>
<url>https://mvn2.hell.sh</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>sh.hell</groupId>
<artifactId>compactlichess</artifactId>
<version>[1.0.7,2.0)</version>
</dependency>
</dependencies>