atlassian / reboot   0.11.2-atlassian-1

GNU Lesser General Public License v3.0 only GitHub

Dispatch with AsyncHttpClient as the underlying library

Scala versions: 2.10

dispatch-json4s-native 0.11.2-atlassian-1


Group ID:
net.databinder.dispatch
Artifact ID:
dispatch-json4s-native_2.10
Version:
0.11.2-atlassian-1
Release Date:
Feb 11, 2016
Licenses:

libraryDependencies += "net.databinder.dispatch" %% "dispatch-json4s-native" % "0.11.2-atlassian-1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"net.databinder.dispatch::dispatch-json4s-native:0.11.2-atlassian-1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "net.databinder.dispatch::dispatch-json4s-native:0.11.2-atlassian-1"

Ammonite REPL

import $ivy.`net.databinder.dispatch::dispatch-json4s-native:0.11.2-atlassian-1`
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-native_2.10</artifactId>
  <version>0.11.2-atlassian-1</version>
</dependency>

compile group: 'net.databinder.dispatch', name: 'dispatch-json4s-native_2.10', version: '0.11.2-atlassian-1'