gmail-clj

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

Leiningen/Boot

[gmail-clj "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

gmail-clj/gmail-clj {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("gmail-clj:gmail-clj:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>gmail-clj</groupId>
  <artifactId>gmail-clj</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>