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-14 2.0.0


Group ID:
me.jeffmay
Artifact ID:
scalacheck-ops_1-14_2.11
Version:
2.0.0
Release Date:
Jun 27, 2018
Licenses:

libraryDependencies += "me.jeffmay" %% "scalacheck-ops_1-14" % "2.0.0"
resolvers += Resolver.bintrayRepo("jeffmay", "maven")

Mill build tool

ivy"me.jeffmay::scalacheck-ops_1-14:2.0.0"
MavenRepository("https://dl.bintray.com/jeffmay/maven")

Scala CLI

//> using dep "me.jeffmay::scalacheck-ops_1-14:2.0.0"

Ammonite REPL

import $ivy.`me.jeffmay::scalacheck-ops_1-14:2.0.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_1-14_2.11</artifactId>
  <version>2.0.0</version>
</dependency>

compile group: 'me.jeffmay', name: 'scalacheck-ops_1-14_2.11', version: '2.0.0'