hmrc / http-caching-client   7.0.0-3-g71ab6aa

Apache License 2.0 GitHub

Play! plugin to simplify interactions with a mongo-caching instance

Scala versions: 2.11

http-caching-client 6.1.0-2-g558d8fd


Group ID:
uk.gov.hmrc
Artifact ID:
http-caching-client_2.11
Version:
6.1.0-2-g558d8fd
Release Date:
Feb 22, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "http-caching-client" % "6.1.0-2-g558d8fd"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::http-caching-client:6.1.0-2-g558d8fd"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::http-caching-client:6.1.0-2-g558d8fd"

Ammonite REPL

import $ivy.`uk.gov.hmrc::http-caching-client:6.1.0-2-g558d8fd`
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>http-caching-client_2.11</artifactId>
  <version>6.1.0-2-g558d8fd</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'http-caching-client_2.11', version: '6.1.0-2-g558d8fd'