avdv / play-json-refined   0.6.1

Contributors Wanted Apache License 2.0 Website GitHub

Play JSON Reads/Writes instances for refined types

Scala versions: 2.12 2.11

play-json-refined 0.2


Group ID:
com.lunaryorn
Artifact ID:
play-json-refined_2.11
Version:
0.2
Release Date:
Jun 21, 2016
Licenses:

libraryDependencies += "com.lunaryorn" %% "play-json-refined" % "0.2"
resolvers += Resolver.bintrayRepo("lunaryorn", "maven")

Mill build tool

ivy"com.lunaryorn::play-json-refined:0.2"
MavenRepository("https://dl.bintray.com/lunaryorn/maven")

Scala CLI

//> using dep "com.lunaryorn::play-json-refined:0.2"

Ammonite REPL

import $ivy.`com.lunaryorn::play-json-refined:0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray lunaryorn maven",
  "Some(https://dl.bintray.com/lunaryorn/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.lunaryorn</groupId>
  <artifactId>play-json-refined_2.11</artifactId>
  <version>0.2</version>
</dependency>

compile group: 'com.lunaryorn', name: 'play-json-refined_2.11', version: '0.2'