snip

Cut up a source file into snippets so you can insert them into a report/thesis/article or other publication of some sort

Leiningen/Boot

[snip "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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