guardian / scala-automation   1.48

Apache License 2.0 GitHub

Core module for Scala automation frameworks

Scala versions: 2.10

web-automation-core-scala 1.14


Group ID:
com.gu
Artifact ID:
web-automation-core-scala_2.10
Version:
1.14
Release Date:
Jan 17, 2015
Licenses:

libraryDependencies += "com.gu" %% "web-automation-core-scala" % "1.14"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::web-automation-core-scala:1.14"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::web-automation-core-scala:1.14"

Ammonite REPL

import $ivy.`com.gu::web-automation-core-scala:1.14`
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>web-automation-core-scala_2.10</artifactId>
  <version>1.14</version>
</dependency>

compile group: 'com.gu', name: 'web-automation-core-scala_2.10', version: '1.14'