guardian / grid   1.7.1

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.2.4


Group ID:
com.gu
Artifact ID:
tools-web-driver-utils_2.11
Version:
0.2.4
Release Date:
Sept 7, 2016
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.gu::tools-web-driver-utils:0.2.4`
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.2.4</version>
</dependency>

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