t2v / play2-auth   0.16.0

Apache License 2.0 GitHub

Play2.x Authentication and Authorization module

Scala versions: 2.12 2.11 2.10

play2-auth-social 0.15.0


Group ID:
com.github.tototoshi
Artifact ID:
play2-auth-social_2.11
Version:
0.15.0
Release Date:
Aug 9, 2016
Licenses:

libraryDependencies += "com.github.tototoshi" %% "play2-auth-social" % "0.15.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.tototoshi::play2-auth-social:0.15.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.tototoshi::play2-auth-social:0.15.0"

Ammonite REPL

import $ivy.`com.github.tototoshi::play2-auth-social:0.15.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.tototoshi</groupId>
  <artifactId>play2-auth-social_2.11</artifactId>
  <version>0.15.0</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'play2-auth-social_2.11', version: '0.15.0'