org.clojars.aschoerk/cljsdku

Sudoku in clojure, in the beginning just small project used for learning functional and parallel programming, now an ugly user-interface but capable to create really fiendish sudoku-puzzles, if you invest enough time and processors.

Leiningen/Boot

[org.clojars.aschoerk/cljsdku "1.0.3-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.aschoerk/cljsdku {:mvn/version "1.0.3-SNAPSHOT"}

Gradle

implementation("org.clojars.aschoerk:cljsdku:1.0.3-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.aschoerk</groupId>
  <artifactId>cljsdku</artifactId>
  <version>1.0.3-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.