agent-fi-relationship 0.37.0-1-gfbd60f1


Group ID:
uk.gov.hmrc
Artifact ID:
agent-fi-relationship_2.11
Version:
0.37.0-1-gfbd60f1
Release Date:
Jul 10, 2018
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "agent-fi-relationship" % "0.37.0-1-gfbd60f1"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::agent-fi-relationship:0.37.0-1-gfbd60f1"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::agent-fi-relationship:0.37.0-1-gfbd60f1"

Ammonite REPL

import $ivy.`uk.gov.hmrc::agent-fi-relationship:0.37.0-1-gfbd60f1`
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>agent-fi-relationship_2.11</artifactId>
  <version>0.37.0-1-gfbd60f1</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'agent-fi-relationship_2.11', version: '0.37.0-1-gfbd60f1'