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

hell-sh/CompactChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>