kmizu / nson   0.0.2

MIT License GitHub

NSON: an object notation that is not a JSON but alike JSON.

Scala versions: 2.12 2.11

nson 0.0.2


Group ID:
com.github.kmizu
Artifact ID:
nson_2.11
Version:
0.0.2
Release Date:
Nov 7, 2016
Licenses:
MIT
Files:
Full Scala Version:
2.11.8
Developers:

libraryDependencies += "com.github.kmizu" %% "nson" % "0.0.2"

Mill build tool

ivy"com.github.kmizu::nson:0.0.2"

Scala CLI

//> using dep "com.github.kmizu::nson:0.0.2"

Ammonite REPL

import $ivy.`com.github.kmizu::nson:0.0.2`

<dependency>
  <groupId>com.github.kmizu</groupId>
  <artifactId>nson_2.11</artifactId>
  <version>0.0.2</version>
</dependency>

compile group: 'com.github.kmizu', name: 'nson_2.11', version: '0.0.2'