hmrc / http-verbs   8.2.0

Apache License 2.0 GitHub

Library which encapsulates common concerns for calling other HTTP services

Scala versions: 2.11

http-verbs 3.4.0-9-g8f67265


Group ID:
uk.gov.hmrc
Artifact ID:
http-verbs_2.11
Version:
3.4.0-9-g8f67265
Release Date:
Aug 1, 2016
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "http-verbs" % "3.4.0-9-g8f67265"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::http-verbs:3.4.0-9-g8f67265"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::http-verbs:3.4.0-9-g8f67265"

Ammonite REPL

import $ivy.`uk.gov.hmrc::http-verbs:3.4.0-9-g8f67265`
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-verbs_2.11</artifactId>
  <version>3.4.0-9-g8f67265</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'http-verbs_2.11', version: '3.4.0-9-g8f67265'