hmrc / play-url-binders   2.0.0-5-g6f6bee9

Apache License 2.0 GitHub

Basic functionality related to binding URL parameters and query strings in Play controllers

Scala versions: 2.11

play-url-binders 2.0.0-5-g6f6bee9


Group ID:
uk.gov.hmrc
Artifact ID:
play-url-binders_2.11
Version:
2.0.0-5-g6f6bee9
Release Date:
Feb 20, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "play-url-binders" % "2.0.0-5-g6f6bee9"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::play-url-binders:2.0.0-5-g6f6bee9"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::play-url-binders:2.0.0-5-g6f6bee9"

Ammonite REPL

import $ivy.`uk.gov.hmrc::play-url-binders:2.0.0-5-g6f6bee9`
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>play-url-binders_2.11</artifactId>
  <version>2.0.0-5-g6f6bee9</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'play-url-binders_2.11', version: '2.0.0-5-g6f6bee9'