clj-jgit

Clojure wrapper for JGit

Leiningen/Boot

[clj-jgit "1.0.0-beta3"]

Clojure CLI/deps.edn

clj-jgit/clj-jgit {:mvn/version "1.0.0-beta3"}

Gradle

implementation("clj-jgit:clj-jgit:1.0.0-beta3")

Maven

<dependency>
  <groupId>clj-jgit</groupId>
  <artifactId>clj-jgit</artifactId>
  <version>1.0.0-beta3</version>
</dependency>