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 8.2.0


Group ID:
uk.gov.hmrc
Artifact ID:
http-verbs_2.11
Version:
8.2.0
Release Date:
Jul 19, 2018
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "http-verbs" % "8.2.0"
resolvers += Resolver.bintrayRepo("hmrc", "releases")

Mill build tool

ivy"uk.gov.hmrc::http-verbs:8.2.0"
MavenRepository("https://dl.bintray.com/hmrc/releases")

Scala CLI

//> using dep "uk.gov.hmrc::http-verbs:8.2.0"

Ammonite REPL

import $ivy.`uk.gov.hmrc::http-verbs:8.2.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray hmrc releases",
  "Some(https://dl.bintray.com/hmrc/releases)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>uk.gov.hmrc</groupId>
  <artifactId>http-verbs_2.11</artifactId>
  <version>8.2.0</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'http-verbs_2.11', version: '8.2.0'