hmrc / domain   5.1.0-2-g4fce1aa

Apache License 2.0 GitHub

Micro-library for typing and validating UK tax identifiers

Scala versions: 2.11

domain 4.0.0-2-g8761510


Group ID:
uk.gov.hmrc
Artifact ID:
domain_2.11
Version:
4.0.0-2-g8761510
Release Date:
Feb 20, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "domain" % "4.0.0-2-g8761510"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::domain:4.0.0-2-g8761510"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::domain:4.0.0-2-g8761510"

Ammonite REPL

import $ivy.`uk.gov.hmrc::domain:4.0.0-2-g8761510`
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>domain_2.11</artifactId>
  <version>4.0.0-2-g8761510</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'domain_2.11', version: '4.0.0-2-g8761510'