oauth-clj

A OAuth library for Clojure.

Leiningen/Boot

[oauth-clj "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

oauth-clj/oauth-clj {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("oauth-clj:oauth-clj:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>oauth-clj</groupId>
  <artifactId>oauth-clj</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>