com.alchemyislands/patterning

Generating Patterns with Clojure

Leiningen/Boot

[com.alchemyislands/patterning "0.5.4-SNAPSHOT"]

Clojure CLI/deps.edn

com.alchemyislands/patterning {:mvn/version "0.5.4-SNAPSHOT"}

Gradle

implementation("com.alchemyislands:patterning:0.5.4-SNAPSHOT")

Maven

<dependency>
  <groupId>com.alchemyislands</groupId>
  <artifactId>patterning</artifactId>
  <version>0.5.4-SNAPSHOT</version>
</dependency>