cpmcdaniel/boot-with-pom

Boot task to use an existing pom.xml

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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