kifi / json-annotation   0.2

MIT License GitHub

The quickest way to add a JSON format to your Play project's case classes

Scala versions: 2.11 2.10

json-annotation 0.1


Group ID:
com.kifi
Artifact ID:
json-annotation_2.11
Version:
0.1
Release Date:
Jul 14, 2014
Licenses:
MIT
Files:

libraryDependencies += "com.kifi" %% "json-annotation" % "0.1"

Mill build tool

ivy"com.kifi::json-annotation:0.1"

Scala CLI

//> using dep "com.kifi::json-annotation:0.1"

Ammonite REPL

import $ivy.`com.kifi::json-annotation:0.1`

<dependency>
  <groupId>com.kifi</groupId>
  <artifactId>json-annotation_2.11</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.kifi', name: 'json-annotation_2.11', version: '0.1'