Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 635 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 635 Bytes

CompactLichess

CompactLichess is a Java 8+ library which allows you to interact with the Lichess API.

Maven

<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.6,2.0)</version>
    </dependency>
</dependencies>