re-rand

Generates random strings from regular expressions

Leiningen/Boot

[re-rand "0.1.0"]

Clojure CLI/deps.edn

re-rand/re-rand {:mvn/version "0.1.0"}

Gradle

implementation("re-rand:re-rand:0.1.0")

Maven

<dependency>
  <groupId>re-rand</groupId>
  <artifactId>re-rand</artifactId>
  <version>0.1.0</version>
</dependency>