stonexx / play   0.3.1

GitHub
Scala versions: 2.11

play-auth 0.3.0


Group ID:
io.teamscala.play
Artifact ID:
play-auth_2.11
Version:
0.3.0
Release Date:
Jul 29, 2016
Licenses:

libraryDependencies += "io.teamscala.play" %% "play-auth" % "0.3.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"io.teamscala.play::play-auth:0.3.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "io.teamscala.play::play-auth:0.3.0"

Ammonite REPL

import $ivy.`io.teamscala.play::play-auth:0.3.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>io.teamscala.play</groupId>
  <artifactId>play-auth_2.11</artifactId>
  <version>0.3.0</version>
</dependency>

compile group: 'io.teamscala.play', name: 'play-auth_2.11', version: '0.3.0'