sync

sync is a Leiningen plugin to sync same code base between different clojure projects

Leiningen/Boot

[sync "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

sync/sync {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("sync:sync:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>sync</groupId>
  <artifactId>sync</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>