guardian / content-authorisation-common   0.6

Apache License 2.0 GitHub

Shared code among CAS-aware projects

Scala versions: 2.13 2.12 2.11

content-authorisation-common 0.2


Group ID:
com.gu
Artifact ID:
content-authorisation-common_2.12
Version:
0.2
Release Date:
Aug 17, 2018
Licenses:

libraryDependencies += "com.gu" %% "content-authorisation-common" % "0.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::content-authorisation-common:0.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::content-authorisation-common:0.2"

Ammonite REPL

import $ivy.`com.gu::content-authorisation-common:0.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>content-authorisation-common_2.12</artifactId>
  <version>0.2</version>
</dependency>

compile group: 'com.gu', name: 'content-authorisation-common_2.12', version: '0.2'