com.biffweb/run

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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