algd / oauth2.0-scala   0.5.0

GitHub

OAuth 2.0 authorization provider implementation for Akka-http

Scala versions: 2.12 2.11

oauth2-scala-core 0.5.0


Group ID:
io.github.algd
Artifact ID:
oauth2-scala-core_2.12
Version:
0.5.0
Release Date:
Apr 12, 2017
Licenses:

libraryDependencies += "io.github.algd" %% "oauth2-scala-core" % "0.5.0"
resolvers += Resolver.bintrayRepo("algd", "maven")

Mill build tool

ivy"io.github.algd::oauth2-scala-core:0.5.0"
MavenRepository("https://dl.bintray.com/algd/maven")

Scala CLI

//> using dep "io.github.algd::oauth2-scala-core:0.5.0"

Ammonite REPL

import $ivy.`io.github.algd::oauth2-scala-core:0.5.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray algd maven",
  "Some(https://dl.bintray.com/algd/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.github.algd</groupId>
  <artifactId>oauth2-scala-core_2.12</artifactId>
  <version>0.5.0</version>
</dependency>

compile group: 'io.github.algd', name: 'oauth2-scala-core_2.12', version: '0.5.0'