etaty / jwtyped   0.1.0

Apache License 2.0 GitHub

JWT (Json Web Token) Scala library

Scala versions: 2.11

jwtyped 0.1.0


Group ID:
com.github.etaty
Artifact ID:
jwtyped_2.11
Version:
0.1.0
Release Date:
Nov 15, 2016
Licenses:

libraryDependencies += "com.github.etaty" %% "jwtyped" % "0.1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.etaty::jwtyped:0.1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.etaty::jwtyped:0.1.0"

Ammonite REPL

import $ivy.`com.github.etaty::jwtyped:0.1.0`
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.github.etaty</groupId>
  <artifactId>jwtyped_2.11</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.github.etaty', name: 'jwtyped_2.11', version: '0.1.0'