liftmodules / oauth   1.2

GitHub

Code to allow you to build an OAuth server

Scala versions: 2.10

oauth_2.5 1.2


Group ID:
net.liftmodules
Artifact ID:
oauth_2.5_2.10
Version:
1.2
Release Date:
Apr 10, 2013
Licenses:
Files:

libraryDependencies += "net.liftmodules" %% "oauth_2.5" % "1.2"

Mill build tool

ivy"net.liftmodules::oauth_2.5:1.2"

Scala CLI

//> using dep "net.liftmodules::oauth_2.5:1.2"

Ammonite REPL

import $ivy.`net.liftmodules::oauth_2.5:1.2`

<dependency>
  <groupId>net.liftmodules</groupId>
  <artifactId>oauth_2.5_2.10</artifactId>
  <version>1.2</version>
</dependency>

compile group: 'net.liftmodules', name: 'oauth_2.5_2.10', version: '1.2'