Micro-library containing functionality to cache generic data HTTP payloads into MongoDB
Scala versions:
2.11
mongo-caching 3.1.0-2-g82a44f3
Group ID:
uk.gov.hmrc
Artifact ID:
mongo-caching_2.11
Version:
3.1.0-2-g82a44f3
Release Date:
May 6, 2016
Licenses:
libraryDependencies += "uk.gov.hmrc" %% "mongo-caching" % "3.1.0-2-g82a44f3" resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")
ivy"uk.gov.hmrc::mongo-caching:3.1.0-2-g82a44f3" MavenRepository("https://dl.bintray.com/hmrc/release-candidates")
//> using dep "uk.gov.hmrc::mongo-caching:3.1.0-2-g82a44f3"
import $ivy.`uk.gov.hmrc::mongo-caching:3.1.0-2-g82a44f3` 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>mongo-caching_2.11</artifactId> <version>3.1.0-2-g82a44f3</version> </dependency>
compile group: 'uk.gov.hmrc', name: 'mongo-caching_2.11', version: '3.1.0-2-g82a44f3'