jasongoodwin / authentikat-jwt   0.4.5

Apache License 2.0 GitHub

JWT Scala Implementation - Claims based auth for Scala.

Scala versions: 2.12 2.11 2.10

authentikat-jwt 1.0.0-M1


Group ID:
com.jason-goodwin
Artifact ID:
authentikat-jwt_2.11
Version:
1.0.0-M1
Release Date:
Feb 16, 2016
Licenses:

libraryDependencies += "com.jason-goodwin" %% "authentikat-jwt" % "1.0.0-M1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.jason-goodwin::authentikat-jwt:1.0.0-M1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.jason-goodwin::authentikat-jwt:1.0.0-M1"

Ammonite REPL

import $ivy.`com.jason-goodwin::authentikat-jwt:1.0.0-M1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.jason-goodwin</groupId>
  <artifactId>authentikat-jwt_2.11</artifactId>
  <version>1.0.0-M1</version>
</dependency>

compile group: 'com.jason-goodwin', name: 'authentikat-jwt_2.11', version: '1.0.0-M1'