scala-automation-web-signin 1.1


Group ID:
com.gu
Artifact ID:
scala-automation-web-signin_2.10
Version:
1.1
Release Date:
Jul 26, 2014
Licenses:

libraryDependencies += "com.gu" %% "scala-automation-web-signin" % "1.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

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

Scala CLI

//> using dep "com.gu::scala-automation-web-signin:1.1"

Ammonite REPL

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

compile group: 'com.gu', name: 'scala-automation-web-signin_2.10', version: '1.1'