A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
Scala versions:
2.11
securesocial 3.0-PKApiUseGenericProfile
Group ID:
ws.securesocial
Artifact ID:
securesocial_2.10
Version:
3.0-PKApiUseGenericProfile
Release Date:
Apr 13, 2015
Licenses:
libraryDependencies += "ws.securesocial" %% "securesocial" % "3.0-PKApiUseGenericProfile" resolvers += Resolver.bintrayRepo("pkaeding", "maven")
ivy"ws.securesocial::securesocial:3.0-PKApiUseGenericProfile" MavenRepository("https://dl.bintray.com/pkaeding/maven")
//> using dep "ws.securesocial::securesocial:3.0-PKApiUseGenericProfile"
import $ivy.`ws.securesocial::securesocial:3.0-PKApiUseGenericProfile` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray pkaeding maven", "Some(https://dl.bintray.com/pkaeding/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>ws.securesocial</groupId> <artifactId>securesocial_2.10</artifactId> <version>3.0-PKApiUseGenericProfile</version> </dependency>
compile group: 'ws.securesocial', name: 'securesocial_2.10', version: '3.0-PKApiUseGenericProfile'