oauth/oauth.one

OAuth 1.0 in Clojure

Leiningen/Boot

[oauth/oauth.one "0.6.0-SNAPSHOT"]

Clojure CLI/deps.edn

oauth/oauth.one {:mvn/version "0.6.0-SNAPSHOT"}

Gradle

implementation("oauth:oauth.one:0.6.0-SNAPSHOT")

Maven

<dependency>
  <groupId>oauth</groupId>
  <artifactId>oauth.one</artifactId>
  <version>0.6.0-SNAPSHOT</version>
</dependency>