rallyhealth / scalacheck-ops   2.12.0

Contributors Wanted Apache License 2.0 GitHub

ScalaCheck extension methods and JDK8 / Joda time typeclass instances

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

scalacheck-ops 1.3.0


Group ID:
me.jeffmay
Artifact ID:
scalacheck-ops_2.10
Version:
1.3.0
Release Date:
Sept 20, 2016
Licenses:

libraryDependencies += "me.jeffmay" %% "scalacheck-ops" % "1.3.0"
resolvers += Resolver.bintrayRepo("jeffmay", "maven")

Mill build tool

ivy"me.jeffmay::scalacheck-ops:1.3.0"
MavenRepository("https://dl.bintray.com/jeffmay/maven")

Scala CLI

//> using dep "me.jeffmay::scalacheck-ops:1.3.0"

Ammonite REPL

import $ivy.`me.jeffmay::scalacheck-ops:1.3.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray jeffmay maven",
  "Some(https://dl.bintray.com/jeffmay/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>me.jeffmay</groupId>
  <artifactId>scalacheck-ops_2.10</artifactId>
  <version>1.3.0</version>
</dependency>

compile group: 'me.jeffmay', name: 'scalacheck-ops_2.10', version: '1.3.0'