dispatch-futures 0.8.10-ingo1


Group ID:
net.databinder
Artifact ID:
dispatch-futures_2.12
Version:
0.8.10-ingo1
Release Date:
Jun 14, 2017
Licenses:

libraryDependencies += "net.databinder" %% "dispatch-futures" % "0.8.10-ingo1"
resolvers += Resolver.bintrayRepo("btd", "maven")

Mill build tool

ivy"net.databinder::dispatch-futures:0.8.10-ingo1"
MavenRepository("https://dl.bintray.com/btd/maven")

Scala CLI

//> using dep "net.databinder::dispatch-futures:0.8.10-ingo1"

Ammonite REPL

import $ivy.`net.databinder::dispatch-futures:0.8.10-ingo1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray btd maven",
  "Some(https://dl.bintray.com/btd/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>net.databinder</groupId>
  <artifactId>dispatch-futures_2.12</artifactId>
  <version>0.8.10-ingo1</version>
</dependency>

compile group: 'net.databinder', name: 'dispatch-futures_2.12', version: '0.8.10-ingo1'