matts-clojure-ttt

A tic tac toe game in Clojure

Leiningen/Boot

[matts-clojure-ttt "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

matts-clojure-ttt/matts-clojure-ttt {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("matts-clojure-ttt:matts-clojure-ttt:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>matts-clojure-ttt</groupId>
  <artifactId>matts-clojure-ttt</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>