httpmock-specs 0.5


Group ID:
com.github.httpmock
Artifact ID:
httpmock-specs_2.10
Version:
0.5
Release Date:
Jan 26, 2015
Licenses:

libraryDependencies += "com.github.httpmock" %% "httpmock-specs" % "0.5"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.httpmock::httpmock-specs:0.5"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.httpmock::httpmock-specs:0.5"

Ammonite REPL

import $ivy.`com.github.httpmock::httpmock-specs:0.5`
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.httpmock</groupId>
  <artifactId>httpmock-specs_2.10</artifactId>
  <version>0.5</version>
</dependency>

compile group: 'com.github.httpmock', name: 'httpmock-specs_2.10', version: '0.5'