tic_tac_toe_web

Clojure Tic Tac Toe - Web Version

Leiningen/Boot

[tic_tac_toe_web "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

tic_tac_toe_web/tic_tac_toe_web {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("tic_tac_toe_web:tic_tac_toe_web:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>tic_tac_toe_web</groupId>
  <artifactId>tic_tac_toe_web</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>