lhns / jwt-s   1.0.0

Apache License 2.0 GitHub

Simple JWT library for scala with an integration for circe and http4s

Scala versions: 3.x 2.13
Scala.js versions: 1.x

jwt-s 1.0.0


Group ID:
de.lhns
Artifact ID:
jwt-s_2.13
Version:
1.0.0
Release Date:
May 27, 2024
Licenses:
Files:

libraryDependencies += "de.lhns" %% "jwt-s" % "1.0.0"

Mill build tool

ivy"de.lhns::jwt-s:1.0.0"

Scala CLI

//> using dep "de.lhns::jwt-s:1.0.0"

Ammonite REPL

import $ivy.`de.lhns::jwt-s:1.0.0`

<dependency>
  <groupId>de.lhns</groupId>
  <artifactId>jwt-s_2.13</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'de.lhns', name: 'jwt-s_2.13', version: '1.0.0'