clj-pkg/jwt

Minimal implementation of JWT

Leiningen/Boot

[clj-pkg/jwt "1.0.0"]

Clojure CLI/deps.edn

clj-pkg/jwt {:mvn/version "1.0.0"}

Gradle

implementation("clj-pkg:jwt:1.0.0")

Maven

<dependency>
  <groupId>clj-pkg</groupId>
  <artifactId>jwt</artifactId>
  <version>1.0.0</version>
</dependency>