finagle / finch   0.34.1

Apache License 2.0 Website GitHub

Scala combinator library for building Finagle HTTP services

Scala versions: 2.13 2.12 2.11 2.10

finch-oauth2 0.11.0-M4


Group ID:
com.github.finagle
Artifact ID:
finch-oauth2_2.11
Version:
0.11.0-M4
Release Date:
Oct 28, 2016
Licenses:

libraryDependencies += "com.github.finagle" %% "finch-oauth2" % "0.11.0-M4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.finagle::finch-oauth2:0.11.0-M4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.finagle::finch-oauth2:0.11.0-M4"

Ammonite REPL

import $ivy.`com.github.finagle::finch-oauth2:0.11.0-M4`
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.finagle</groupId>
  <artifactId>finch-oauth2_2.11</artifactId>
  <version>0.11.0-M4</version>
</dependency>

compile group: 'com.github.finagle', name: 'finch-oauth2_2.11', version: '0.11.0-M4'