scalacenter / bloop   1.5.18

Contributors Wanted 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.0

maven-bloop 1.0.0


Group ID:
ch.epfl.scala
Artifact ID:
maven-bloop_2.10
Version:
1.0.0
Release Date:
Jul 18, 2018
Licenses:
Files:

libraryDependencies += "ch.epfl.scala" %% "maven-bloop" % "1.0.0"

Mill build tool

ivy"ch.epfl.scala::maven-bloop:1.0.0"

Scala CLI

//> using dep "ch.epfl.scala::maven-bloop:1.0.0"

Ammonite REPL

import $ivy.`ch.epfl.scala::maven-bloop:1.0.0`

<dependency>
  <groupId>ch.epfl.scala</groupId>
  <artifactId>maven-bloop_2.10</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'ch.epfl.scala', name: 'maven-bloop_2.10', version: '1.0.0'