oauth-clj

Clojure OAuth library.

Leiningen/Boot

[oauth-clj "0.1.6"]

Clojure CLI/deps.edn

oauth-clj/oauth-clj {:mvn/version "0.1.6"}

Gradle

implementation("oauth-clj:oauth-clj:0.1.6")

Maven

<dependency>
  <groupId>oauth-clj</groupId>
  <artifactId>oauth-clj</artifactId>
  <version>0.1.6</version>
</dependency>