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 1.0


Group ID:
com.github.bigwheel
Artifact ID:
util-backports_2.12
Version:
1.0
Release Date:
Aug 25, 2018
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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