hmrc / a-b-test   1.0.0-2-gc5563ba

Apache License 2.0 GitHub

Micro-library to help with A-B-Testing

Scala versions: 2.11

a-b-test 1.0.0-2-gc5563ba


Group ID:
uk.gov.hmrc
Artifact ID:
a-b-test_2.11
Version:
1.0.0-2-gc5563ba
Release Date:
Nov 7, 2016
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "a-b-test" % "1.0.0-2-gc5563ba"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::a-b-test:1.0.0-2-gc5563ba"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::a-b-test:1.0.0-2-gc5563ba"

Ammonite REPL

import $ivy.`uk.gov.hmrc::a-b-test:1.0.0-2-gc5563ba`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray hmrc release-candidates",
  "Some(https://dl.bintray.com/hmrc/release-candidates)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>uk.gov.hmrc</groupId>
  <artifactId>a-b-test_2.11</artifactId>
  <version>1.0.0-2-gc5563ba</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'a-b-test_2.11', version: '1.0.0-2-gc5563ba'