play-json4s-native 0.5.0


Group ID:
com.github.tototoshi
Artifact ID:
play-json4s-native_2.11
Version:
0.5.0
Release Date:
Mar 14, 2016
Licenses:

libraryDependencies += "com.github.tototoshi" %% "play-json4s-native" % "0.5.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.tototoshi::play-json4s-native:0.5.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.tototoshi::play-json4s-native:0.5.0"

Ammonite REPL

import $ivy.`com.github.tototoshi::play-json4s-native:0.5.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.tototoshi</groupId>
  <artifactId>play-json4s-native_2.11</artifactId>
  <version>0.5.0</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'play-json4s-native_2.11', version: '0.5.0'