oauth2


License

License

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

com.github.finagle
ArtifactId

ArtifactId

finchx-oauth2_2.11
Last Version

Last Version

0.31.0
Release Date

Release Date

Type

Type

jar
Description

Description

oauth2
oauth2
Project URL

Project URL

https://github.com/finagle/finch
Project Organization

Project Organization

com.github.finagle
Source Code Management

Source Code Management

https://github.com/finch/finch-oauth2

Download finchx-oauth2_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.finagle/finchx-oauth2_2.11/ -->
<dependency>
    <groupId>com.github.finagle</groupId>
    <artifactId>finchx-oauth2_2.11</artifactId>
    <version>0.31.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.finagle/finchx-oauth2_2.11/
implementation 'com.github.finagle:finchx-oauth2_2.11:0.31.0'
// https://jarcasting.com/artifacts/com.github.finagle/finchx-oauth2_2.11/
implementation ("com.github.finagle:finchx-oauth2_2.11:0.31.0")
'com.github.finagle:finchx-oauth2_2.11:jar:0.31.0'
<dependency org="com.github.finagle" name="finchx-oauth2_2.11" rev="0.31.0">
  <artifact name="finchx-oauth2_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.finagle', module='finchx-oauth2_2.11', version='0.31.0')
)
libraryDependencies += "com.github.finagle" % "finchx-oauth2_2.11" % "0.31.0"
[com.github.finagle/finchx-oauth2_2.11 "0.31.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.github.finagle : finchx-core_2.11 jar 0.31.0
com.github.finagle : finagle-oauth2_2.11 jar 19.8.0

test (3)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.10.19
org.scalacheck : scalacheck_2.11 jar 1.14.1
org.scalatest : scalatest_2.11 jar 3.0.8

Project Modules

There are no modules declared in this project.

Build Status Maven Central


This project provides OAuth2 support backed by the finagle-oauth2 library.

The project is published in Maven Central. Adding it to sbt is as follows:

libraryDependencies ++= Seq(
  "com.github.finagle" %% "finch-oauth2" % "version"
)

There are usage examples in finch documentation.

com.github.finagle

Finch

Versions

Version
0.31.0
0.28.0
0.27.0
0.26.1