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

tools-web-driver-utils 0.5.10


Group ID:
com.gu
Artifact ID:
tools-web-driver-utils_2.11
Version:
0.5.10
Release Date:
Jan 16, 2017
Licenses:

libraryDependencies += "com.gu" %% "tools-web-driver-utils" % "0.5.10"
resolvers += Resolver.bintrayRepo("guardian", "editorial-tools")

Mill build tool

ivy"com.gu::tools-web-driver-utils:0.5.10"
MavenRepository("https://dl.bintray.com/guardian/editorial-tools")

Scala CLI

//> using dep "com.gu::tools-web-driver-utils:0.5.10"

Ammonite REPL

import $ivy.`com.gu::tools-web-driver-utils:0.5.10`
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>tools-web-driver-utils_2.11</artifactId>
  <version>0.5.10</version>
</dependency>

compile group: 'com.gu', name: 'tools-web-driver-utils_2.11', version: '0.5.10'