guardian / scala-automation   1.48

Apache License 2.0 GitHub

Core module for Scala automation frameworks

Scala versions: 2.10

scala-automation 1.9


Group ID:
com.gu.tmp
Artifact ID:
scala-automation_2.10
Version:
1.9
Release Date:
Sept 9, 2014
Licenses:

libraryDependencies += "com.gu.tmp" %% "scala-automation" % "1.9"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu.tmp::scala-automation:1.9"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu.tmp::scala-automation:1.9"

Ammonite REPL

import $ivy.`com.gu.tmp::scala-automation:1.9`
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.tmp</groupId>
  <artifactId>scala-automation_2.10</artifactId>
  <version>1.9</version>
</dependency>

compile group: 'com.gu.tmp', name: 'scala-automation_2.10', version: '1.9'