gmail-clj

A simple Clojure library to interface with the GMail API (read: not imap)

Leiningen/Boot

[gmail-clj "0.6.5"]

Clojure CLI/deps.edn

gmail-clj/gmail-clj {:mvn/version "0.6.5"}

Gradle

implementation("gmail-clj:gmail-clj:0.6.5")

Maven

<dependency>
  <groupId>gmail-clj</groupId>
  <artifactId>gmail-clj</artifactId>
  <version>0.6.5</version>
</dependency>