boot/pod

Boot pod module–this is included with all pods.

Leiningen/Boot

[boot/pod "2.6.0"]

Clojure CLI/deps.edn

boot/pod {:mvn/version "2.6.0"}

Gradle

implementation("boot:pod:2.6.0")

Maven

<dependency>
  <groupId>boot</groupId>
  <artifactId>pod</artifactId>
  <version>2.6.0</version>
</dependency>