org.endot/scribe

A collection of useful utilities for writing scripts.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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