boot/pod

Boot pod module–this is included with all pods.

Leiningen/Boot

[boot/pod "2.0.0-pre9-SNAPSHOT"]

Clojure CLI/deps.edn

boot/pod {:mvn/version "2.0.0-pre9-SNAPSHOT"}

Gradle

implementation("boot:pod:2.0.0-pre9-SNAPSHOT")

Maven

<dependency>
  <groupId>boot</groupId>
  <artifactId>pod</artifactId>
  <version>2.0.0-pre9-SNAPSHOT</version>
</dependency>