io.dropwizard.xml/xml-bundle

Leiningen/Boot

[io.dropwizard.xml/xml-bundle "0.0.2"]

Clojure CLI/deps.edn

io.dropwizard.xml/xml-bundle {:mvn/version "0.0.2"}

Gradle

implementation("io.dropwizard.xml:xml-bundle:0.0.2")

Maven

<dependency>
  <groupId>io.dropwizard.xml</groupId>
  <artifactId>xml-bundle</artifactId>
  <version>0.0.2</version>
</dependency>