com.biffweb/run

Leiningen/Boot

[com.biffweb/run "2.0.0-rc14"]

Clojure CLI/deps.edn

com.biffweb/run {:mvn/version "2.0.0-rc14"}

Gradle

implementation("com.biffweb:run:2.0.0-rc14")

Maven

<dependency>
  <groupId>com.biffweb</groupId>
  <artifactId>run</artifactId>
  <version>2.0.0-rc14</version>
</dependency>