shoutout

Feature flags for clojure

Leiningen/Boot

[shoutout "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

shoutout/shoutout {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("shoutout:shoutout:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>shoutout</groupId>
  <artifactId>shoutout</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>