business-matching 1.25.0-2-g827d375


Group ID:
uk.gov.hmrc
Artifact ID:
business-matching_2.11
Version:
1.25.0-2-g827d375
Release Date:
Aug 9, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "business-matching" % "1.25.0-2-g827d375"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::business-matching:1.25.0-2-g827d375"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::business-matching:1.25.0-2-g827d375"

Ammonite REPL

import $ivy.`uk.gov.hmrc::business-matching:1.25.0-2-g827d375`
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>business-matching_2.11</artifactId>
  <version>1.25.0-2-g827d375</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'business-matching_2.11', version: '1.25.0-2-g827d375'