tototoshi / play-json-naming   1.5.0

GitHub

Custom naming convention for play-json to map snake_case json to camelCase case classes

Scala versions: 2.13 2.12 2.11 2.10

play-json-naming 0.2.0


Group ID:
com.github.tototoshi
Artifact ID:
play-json-naming_2.11
Version:
0.2.0
Release Date:
May 27, 2015
Licenses:
Files:

libraryDependencies += "com.github.tototoshi" %% "play-json-naming" % "0.2.0"

Mill build tool

ivy"com.github.tototoshi::play-json-naming:0.2.0"

Scala CLI

//> using dep "com.github.tototoshi::play-json-naming:0.2.0"

Ammonite REPL

import $ivy.`com.github.tototoshi::play-json-naming:0.2.0`

<dependency>
  <groupId>com.github.tototoshi</groupId>
  <artifactId>play-json-naming_2.11</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'play-json-naming_2.11', version: '0.2.0'