witi83 / akka-jwt   1.5.0

MIT License GitHub

JWT related directives for akka-http

Scala versions: 2.12 2.11

akka-jwt 1.0.0


Group ID:
com.github.witi83
Artifact ID:
akka-jwt_2.11
Version:
1.0.0
Release Date:
Apr 14, 2016
Licenses:
MIT

libraryDependencies += "com.github.witi83" %% "akka-jwt" % "1.0.0"
resolvers += Resolver.bintrayRepo("witi83", "maven")

Mill build tool

ivy"com.github.witi83::akka-jwt:1.0.0"
MavenRepository("https://dl.bintray.com/witi83/maven")

Scala CLI

//> using dep "com.github.witi83::akka-jwt:1.0.0"

Ammonite REPL

import $ivy.`com.github.witi83::akka-jwt:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray witi83 maven",
  "Some(https://dl.bintray.com/witi83/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.witi83</groupId>
  <artifactId>akka-jwt_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.witi83', name: 'akka-jwt_2.11', version: '1.0.0'