typelevel / spire   0.18.0

MIT License Website GitHub

Powerful new number types and numeric abstractions for Scala.

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6
Scala Native versions: 0.4

spire-scalacheck-binding 0.9.1


Group ID:
org.spire-math
Artifact ID:
spire-scalacheck-binding_2.10
Version:
0.9.1
Release Date:
Feb 16, 2015
Licenses:

libraryDependencies += "org.spire-math" %% "spire-scalacheck-binding" % "0.9.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.spire-math::spire-scalacheck-binding:0.9.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.spire-math::spire-scalacheck-binding:0.9.1"

Ammonite REPL

import $ivy.`org.spire-math::spire-scalacheck-binding:0.9.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>org.spire-math</groupId>
  <artifactId>spire-scalacheck-binding_2.10</artifactId>
  <version>0.9.1</version>
</dependency>

compile group: 'org.spire-math', name: 'spire-scalacheck-binding_2.10', version: '0.9.1'