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-core 0.11.2-atlassian-1


Group ID:
net.databinder.dispatch
Artifact ID:
dispatch-core_2.10
Version:
0.11.2-atlassian-1
Release Date:
May 12, 2015
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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