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-SNAPSHOT


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`uk.gov.hmrc::http-verbs:8.2.0-SNAPSHOT`
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>8.2.0-SNAPSHOT</version>
</dependency>

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