cpmcdaniel/boot-with-pom

Boot task to use an existing pom.xml

Leiningen/Boot

[cpmcdaniel/boot-with-pom "0.0.1"]

Clojure CLI/deps.edn

cpmcdaniel/boot-with-pom {:mvn/version "0.0.1"}

Gradle

implementation("cpmcdaniel:boot-with-pom:0.0.1")

Maven

<dependency>
  <groupId>cpmcdaniel</groupId>
  <artifactId>boot-with-pom</artifactId>
  <version>0.0.1</version>
</dependency>