hmrc / reactivemongo-test   3.1.0-3-ge5f07cb

Apache License 2.0 GitHub

Test library for reactivemongo

Scala versions: 2.11

reactivemongo-test 1.6.0-4-g3e675f4


Group ID:
uk.gov.hmrc
Artifact ID:
reactivemongo-test_2.11
Version:
1.6.0-4-g3e675f4
Release Date:
Nov 8, 2016
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "reactivemongo-test" % "1.6.0-4-g3e675f4"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::reactivemongo-test:1.6.0-4-g3e675f4"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::reactivemongo-test:1.6.0-4-g3e675f4"

Ammonite REPL

import $ivy.`uk.gov.hmrc::reactivemongo-test:1.6.0-4-g3e675f4`
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>reactivemongo-test_2.11</artifactId>
  <version>1.6.0-4-g3e675f4</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'reactivemongo-test_2.11', version: '1.6.0-4-g3e675f4'