io.dropwizard.primer/primer-bundle

Leiningen/Boot

[io.dropwizard.primer/primer-bundle "0.0.1"]

Clojure CLI/deps.edn

io.dropwizard.primer/primer-bundle {:mvn/version "0.0.1"}

Gradle

implementation("io.dropwizard.primer:primer-bundle:0.0.1")

Maven

<dependency>
  <groupId>io.dropwizard.primer</groupId>
  <artifactId>primer-bundle</artifactId>
  <version>0.0.1</version>
</dependency>