scalaprops / scalaprops   0.9.1

MIT License GitHub

property based testing library 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 0.3

scalaprops-core 0.3.5


Group ID:
com.github.scalaprops
Artifact ID:
scalaprops-core_2.12
Version:
0.3.5
Release Date:
Jan 16, 2017
Licenses:
MIT

libraryDependencies += "com.github.scalaprops" %% "scalaprops-core" % "0.3.5"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.scalaprops::scalaprops-core:0.3.5"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.scalaprops::scalaprops-core:0.3.5"

Ammonite REPL

import $ivy.`com.github.scalaprops::scalaprops-core:0.3.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.scalaprops</groupId>
  <artifactId>scalaprops-core_2.12</artifactId>
  <version>0.3.5</version>
</dependency>

compile group: 'com.github.scalaprops', name: 'scalaprops-core_2.12', version: '0.3.5'