points

points library

Leiningen/Boot

[points "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

points/points {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("points:points:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>points</groupId>
  <artifactId>points</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>