项目作者: hell-sh

项目描述 :
CompactChess is a Java 7+ library for chess.
高级语言: Java
项目地址: git://github.com/hell-sh/CompactChess.git
创建时间: 2018-07-23T15:56:40Z
项目社区:https://github.com/hell-sh/CompactChess

开源协议:MIT License

下载


CompactChess Build Status

CompactChess is a Java 7+ library for chess.

Maven

  1. <repositories>
  2. <repository>
  3. <id>hellsh</id>
  4. <url>https://mvn2.hell.sh</url>
  5. </repository>
  6. </repositories>
  7. <dependencies>
  8. <dependency>
  9. <groupId>sh.hell</groupId>
  10. <artifactId>compactchess</artifactId>
  11. <version>[2.7.0,3.0.0)</version>
  12. </dependency>
  13. </dependencies>