reallylabs / jwt-scala   1.2.2

Apache License 2.0 GitHub

JSON Web Token (JWT) Scala implementation

Scala versions: 2.11 2.10

jwt-scala 1.0


Group ID:
io.really
Artifact ID:
jwt-scala_2.11
Version:
1.0
Release Date:
Nov 3, 2014
Licenses:
Files:

libraryDependencies += "io.really" %% "jwt-scala" % "1.0"

Mill build tool

ivy"io.really::jwt-scala:1.0"

Scala CLI

//> using dep "io.really::jwt-scala:1.0"

Ammonite REPL

import $ivy.`io.really::jwt-scala:1.0`

<dependency>
  <groupId>io.really</groupId>
  <artifactId>jwt-scala_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'io.really', name: 'jwt-scala_2.11', version: '1.0'