vertx-template/lein-template

Lein template for vertx development with maven support

Leiningen/Boot

[vertx-template/lein-template "0.1.5-RELEASE"]

Clojure CLI/deps.edn

vertx-template/lein-template {:mvn/version "0.1.5-RELEASE"}

Gradle

implementation("vertx-template:lein-template:0.1.5-RELEASE")

Maven

<dependency>
  <groupId>vertx-template</groupId>
  <artifactId>lein-template</artifactId>
  <version>0.1.5-RELEASE</version>
</dependency>