scalacenter / bloop   2.0.3

Apache License 2.0 Website GitHub

Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.

Scala versions: 2.13 2.12
sbt plugins: 1.x

bloop-backend c899f3ad


Group ID:
ch.epfl.scala
Artifact ID:
bloop-backend_2.12
Version:
c899f3ad
Release Date:
Jan 16, 2018
Licenses:
Files:
Full Scala Version:
2.12.4

libraryDependencies += "ch.epfl.scala" %% "bloop-backend" % "c899f3ad"

Mill build tool

ivy"ch.epfl.scala::bloop-backend:c899f3ad"

Scala CLI

//> using dep "ch.epfl.scala::bloop-backend:c899f3ad"

Ammonite REPL

import $ivy.`ch.epfl.scala::bloop-backend:c899f3ad`

<dependency>
  <groupId>ch.epfl.scala</groupId>
  <artifactId>bloop-backend_2.12</artifactId>
  <version>c899f3ad</version>
</dependency>

compile group: 'ch.epfl.scala', name: 'bloop-backend_2.12', version: 'c899f3ad'