bigwheel / util-backports   2.1

BSD 3-clause "New" or "Revised" License GitHub

A backport library of scala.util in Standard Library from Scala 2.13 to 2.12

Scala versions: 2.13 2.12 2.11

util-backports 2.0


Group ID:
com.github.bigwheel
Artifact ID:
util-backports_2.12
Version:
2.0
Release Date:
Aug 12, 2019
Licenses:
Files:

libraryDependencies += "com.github.bigwheel" %% "util-backports" % "2.0"

Mill build tool

ivy"com.github.bigwheel::util-backports:2.0"

Scala CLI

//> using dep "com.github.bigwheel::util-backports:2.0"

Ammonite REPL

import $ivy.`com.github.bigwheel::util-backports:2.0`

<dependency>
  <groupId>com.github.bigwheel</groupId>
  <artifactId>util-backports_2.12</artifactId>
  <version>2.0</version>
</dependency>

compile group: 'com.github.bigwheel', name: 'util-backports_2.12', version: '2.0'