clj-commons/multigrep

A little Clojure library that provides regex-based file grepping and/or text substitution.

Leiningen/Boot

[clj-commons/multigrep "1.0.128"]

Clojure CLI/deps.edn

clj-commons/multigrep {:mvn/version "1.0.128"}

Gradle

implementation("clj-commons:multigrep:1.0.128")

Maven

<dependency>
  <groupId>clj-commons</groupId>
  <artifactId>multigrep</artifactId>
  <version>1.0.128</version>
</dependency>