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