clj-jgit

Clojure wrapper for JGit

Leiningen/Boot

[clj-jgit "1.0.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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