guardian / pan-domain-authentication   3.1.0

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-core 0.1.2


Group ID:
com.gu
Artifact ID:
pan-domain-auth-core_2.10
Version:
0.1.2
Release Date:
Jan 26, 2015
Licenses:

libraryDependencies += "com.gu" %% "pan-domain-auth-core" % "0.1.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::pan-domain-auth-core:0.1.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::pan-domain-auth-core:0.1.2"

Ammonite REPL

import $ivy.`com.gu::pan-domain-auth-core:0.1.2`
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-core_2.10</artifactId>
  <version>0.1.2</version>
</dependency>

compile group: 'com.gu', name: 'pan-domain-auth-core_2.10', version: '0.1.2'