dispatch-json4s-jackson 0.11.3


Group ID:
net.databinder.dispatch
Artifact ID:
dispatch-json4s-jackson_2.10
Version:
0.11.3
Release Date:
Jun 1, 2015
Licenses:

libraryDependencies += "net.databinder.dispatch" %% "dispatch-json4s-jackson" % "0.11.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"net.databinder.dispatch::dispatch-json4s-jackson:0.11.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "net.databinder.dispatch::dispatch-json4s-jackson:0.11.3"

Ammonite REPL

import $ivy.`net.databinder.dispatch::dispatch-json4s-jackson:0.11.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>net.databinder.dispatch</groupId>
  <artifactId>dispatch-json4s-jackson_2.10</artifactId>
  <version>0.11.3</version>
</dependency>

compile group: 'net.databinder.dispatch', name: 'dispatch-json4s-jackson_2.10', version: '0.11.3'