org.endot/scribe

A collection of useful utilities for writing scripts.

Leiningen/Boot

[org.endot/scribe "0.1.999-SNAPSHOT"]

Clojure CLI/deps.edn

org.endot/scribe {:mvn/version "0.1.999-SNAPSHOT"}

Gradle

implementation("org.endot:scribe:0.1.999-SNAPSHOT")

Maven

<dependency>
  <groupId>org.endot</groupId>
  <artifactId>scribe</artifactId>
  <version>0.1.999-SNAPSHOT</version>
</dependency>