tic-tac-toe

Tic Tac Toe AI

Leiningen/Boot

[tic-tac-toe "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

tic-tac-toe/tic-tac-toe {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("tic-tac-toe:tic-tac-toe:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>tic-tac-toe</groupId>
  <artifactId>tic-tac-toe</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>