hmrc / htmlcheck   0.19.0-3-ga68d3fe

Apache License 2.0 GitHub
Scala versions: 2.11

htmlcheck 0.1.0-1-g5f413f7


Group ID:
uk.gov.hmrc
Artifact ID:
htmlcheck_2.11
Version:
0.1.0-1-g5f413f7
Release Date:
Oct 19, 2016
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "htmlcheck" % "0.1.0-1-g5f413f7"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::htmlcheck:0.1.0-1-g5f413f7"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::htmlcheck:0.1.0-1-g5f413f7"

Ammonite REPL

import $ivy.`uk.gov.hmrc::htmlcheck:0.1.0-1-g5f413f7`
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>htmlcheck_2.11</artifactId>
  <version>0.1.0-1-g5f413f7</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'htmlcheck_2.11', version: '0.1.0-1-g5f413f7'