com.palletops/pallet-common

Common functions used across pallet projects

Leiningen/Boot

[com.palletops/pallet-common "0.4.0"]

Clojure CLI/deps.edn

com.palletops/pallet-common {:mvn/version "0.4.0"}

Gradle

implementation("com.palletops:pallet-common:0.4.0")

Maven

<dependency>
  <groupId>com.palletops</groupId>
  <artifactId>pallet-common</artifactId>
  <version>0.4.0</version>
</dependency>