japgolly / univeq   2.0.1

Apache License 2.0 GitHub

Safer universal equivalence (==) for Scala.

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

univeq 1.0.2


Group ID:
com.github.japgolly.univeq
Artifact ID:
univeq_2.12
Version:
1.0.2
Release Date:
Nov 14, 2016
Licenses:

libraryDependencies += "com.github.japgolly.univeq" %% "univeq" % "1.0.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.japgolly.univeq::univeq:1.0.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.japgolly.univeq::univeq:1.0.2"

Ammonite REPL

import $ivy.`com.github.japgolly.univeq::univeq:1.0.2`
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.japgolly.univeq</groupId>
  <artifactId>univeq_2.12</artifactId>
  <version>1.0.2</version>
</dependency>

compile group: 'com.github.japgolly.univeq', name: 'univeq_2.12', version: '1.0.2'