gmail-clj

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

Leiningen/Boot

[gmail-clj "0.6.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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