optics-dev / monocle   3.2.0

Contributors Wanted MIT License Website GitHub

Optics 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

monocle-law 1.2.2


Group ID:
com.github.julien-truffaut
Artifact ID:
monocle-law_2.11
Version:
1.2.2
Release Date:
Jun 10, 2016
Licenses:
MIT

libraryDependencies += "com.github.julien-truffaut" %% "monocle-law" % "1.2.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.julien-truffaut::monocle-law:1.2.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.julien-truffaut::monocle-law:1.2.2"

Ammonite REPL

import $ivy.`com.github.julien-truffaut::monocle-law:1.2.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.julien-truffaut</groupId>
  <artifactId>monocle-law_2.11</artifactId>
  <version>1.2.2</version>
</dependency>

compile group: 'com.github.julien-truffaut', name: 'monocle-law_2.11', version: '1.2.2'