com.2tothe8th/example

Turn examples to comment blocks.

Leiningen/Boot

[com.2tothe8th/example "0.4.0"]

Clojure CLI/deps.edn

com.2tothe8th/example {:mvn/version "0.4.0"}

Gradle

implementation("com.2tothe8th:example:0.4.0")

Maven

<dependency>
  <groupId>com.2tothe8th</groupId>
  <artifactId>example</artifactId>
  <version>0.4.0</version>
</dependency>