vital-software / json-annotation   0.6.3

MIT License GitHub

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

Scala versions: 2.13 2.12 2.11

json-annotation 0.4.0


Group ID:
com.github.vital-software
Artifact ID:
json-annotation_2.11
Version:
0.4.0
Release Date:
Feb 12, 2018
Licenses:
MIT
Files:

libraryDependencies += "com.github.vital-software" %% "json-annotation" % "0.4.0"

Mill build tool

ivy"com.github.vital-software::json-annotation:0.4.0"

Scala CLI

//> using dep "com.github.vital-software::json-annotation:0.4.0"

Ammonite REPL

import $ivy.`com.github.vital-software::json-annotation:0.4.0`

<dependency>
  <groupId>com.github.vital-software</groupId>
  <artifactId>json-annotation_2.11</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'com.github.vital-software', name: 'json-annotation_2.11', version: '0.4.0'