guardian / grid   1.7.2

Apache License 2.0 Website GitHub

The Guardian’s image management system

Scala versions: 2.13 2.12 2.11 2.10

targeting-client-play24 0.7.0


Group ID:
com.gu
Artifact ID:
targeting-client-play24_2.11
Version:
0.7.0
Release Date:
Sept 22, 2016
Licenses:

libraryDependencies += "com.gu" %% "targeting-client-play24" % "0.7.0"
resolvers += Resolver.bintrayRepo("guardian", "editorial-tools")

Mill build tool

ivy"com.gu::targeting-client-play24:0.7.0"
MavenRepository("https://dl.bintray.com/guardian/editorial-tools")

Scala CLI

//> using dep "com.gu::targeting-client-play24:0.7.0"

Ammonite REPL

import $ivy.`com.gu::targeting-client-play24:0.7.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray guardian editorial-tools",
  "Some(https://dl.bintray.com/guardian/editorial-tools)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.gu</groupId>
  <artifactId>targeting-client-play24_2.11</artifactId>
  <version>0.7.0</version>
</dependency>

compile group: 'com.gu', name: 'targeting-client-play24_2.11', version: '0.7.0'