com.github.pmonks/multigrep

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

Leiningen/Boot

[com.github.pmonks/multigrep "1.0.145"]

Clojure CLI/deps.edn

com.github.pmonks/multigrep {:mvn/version "1.0.145"}

Gradle

implementation("com.github.pmonks:multigrep:1.0.145")

Maven

<dependency>
  <groupId>com.github.pmonks</groupId>
  <artifactId>multigrep</artifactId>
  <version>1.0.145</version>
</dependency>