bux

Simple money handling library

Leiningen/Boot

[bux "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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