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

Latest commit

 

History

History
22 lines (18 loc) · 678 Bytes

File metadata and controls

22 lines (18 loc) · 678 Bytes

CompactChess Build Status

CompactChess is a Java 7+ library for chess.

Maven

<repositories>
    <repository>
        <id>hellsh</id>
        <url>https://mvn2.hell.sh</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>sh.hell</groupId>
        <artifactId>compactchess</artifactId>
        <version>[2.7.0,3.0.0)</version>
    </dependency>
</dependencies>