wellfactored / play-bindings   2.2.1

Apache License 2.0 GitHub

Convenient tools for creating Play JSON formatters and url binders for value classes

Scala versions: 2.13 2.12 2.11 2.10

play-bindings 2.1.1


Group ID:
com.wellfactored
Artifact ID:
play-bindings_2.11
Version:
2.1.1
Release Date:
Jul 23, 2018
Licenses:

libraryDependencies += "com.wellfactored" %% "play-bindings" % "2.1.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.wellfactored::play-bindings:2.1.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.wellfactored::play-bindings:2.1.1"

Ammonite REPL

import $ivy.`com.wellfactored::play-bindings:2.1.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.wellfactored</groupId>
  <artifactId>play-bindings_2.11</artifactId>
  <version>2.1.1</version>
</dependency>

compile group: 'com.wellfactored', name: 'play-bindings_2.11', version: '2.1.1'