think-stats

Supporting code for ThinkStats by Allen Downey

Leiningen/Boot

[think-stats "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

think-stats/think-stats {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("think-stats:think-stats:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>think-stats</groupId>
  <artifactId>think-stats</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>