clj-commons/multigrep

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

Leiningen/Boot

[clj-commons/multigrep "0.5.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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