gregghz / json-macro   0.1.0

GitHub

Macros for creating play-json Reads and Writes

Scala versions: 2.11

json-macro 0.0.3


Group ID:
com.gregghz
Artifact ID:
json-macro_2.11
Version:
0.0.3
Release Date:
Feb 19, 2017
Licenses:
MIT

libraryDependencies += "com.gregghz" %% "json-macro" % "0.0.3"
resolvers += Resolver.bintrayRepo("gregghz", "gregghz")

Mill build tool

ivy"com.gregghz::json-macro:0.0.3"
MavenRepository("https://dl.bintray.com/gregghz/gregghz")

Scala CLI

//> using dep "com.gregghz::json-macro:0.0.3"

Ammonite REPL

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

<dependency>
  <groupId>com.gregghz</groupId>
  <artifactId>json-macro_2.11</artifactId>
  <version>0.0.3</version>
</dependency>

compile group: 'com.gregghz', name: 'json-macro_2.11', version: '0.0.3'