foursquare / spindle   1.8.5

Website GitHub

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

Scala versions: 2.10

spindle-codegen-binary 2.0.0-M9


Group ID:
com.foursquare
Artifact ID:
spindle-codegen-binary_2.10
Version:
2.0.0-M9
Release Date:
Sept 9, 2014
Licenses:

libraryDependencies += "com.foursquare" %% "spindle-codegen-binary" % "2.0.0-M9"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.foursquare::spindle-codegen-binary:2.0.0-M9"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.foursquare::spindle-codegen-binary:2.0.0-M9"

Ammonite REPL

import $ivy.`com.foursquare::spindle-codegen-binary:2.0.0-M9`
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-codegen-binary_2.10</artifactId>
  <version>2.0.0-M9</version>
</dependency>

compile group: 'com.foursquare', name: 'spindle-codegen-binary_2.10', version: '2.0.0-M9'