guardian / pan-domain-authentication   3.0.1

Apache License 2.0 GitHub

Helper to provide a common federated authentication for all services within a domain (AKA Panda)

Scala versions: 2.13 2.12 2.11 2.10

pan-domain-auth-play_2-5 0.3.0


Group ID:
com.gu
Artifact ID:
pan-domain-auth-play_2-5_2.11
Version:
0.3.0
Release Date:
Jun 22, 2016
Licenses:

libraryDependencies += "com.gu" %% "pan-domain-auth-play_2-5" % "0.3.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::pan-domain-auth-play_2-5:0.3.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::pan-domain-auth-play_2-5:0.3.0"

Ammonite REPL

import $ivy.`com.gu::pan-domain-auth-play_2-5: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>com.gu</groupId>
  <artifactId>pan-domain-auth-play_2-5_2.11</artifactId>
  <version>0.3.0</version>
</dependency>

compile group: 'com.gu', name: 'pan-domain-auth-play_2-5_2.11', version: '0.3.0'