foursquare / spindle   1.8.5

Website GitHub

MOVED - The project is still under development but this page is deprecated.

Scala versions: 2.10

spindle-test-runtime 3.0.0-M8


Group ID:
com.foursquare
Artifact ID:
spindle-test-runtime_2.10
Version:
3.0.0-M8
Release Date:
Apr 20, 2015
Licenses:

libraryDependencies += "com.foursquare" %% "spindle-test-runtime" % "3.0.0-M8"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.foursquare::spindle-test-runtime:3.0.0-M8"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.foursquare::spindle-test-runtime:3.0.0-M8"

Ammonite REPL

import $ivy.`com.foursquare::spindle-test-runtime:3.0.0-M8`
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.foursquare</groupId>
  <artifactId>spindle-test-runtime_2.10</artifactId>
  <version>3.0.0-M8</version>
</dependency>

compile group: 'com.foursquare', name: 'spindle-test-runtime_2.10', version: '3.0.0-M8'