scala / scala3   3.4.1

Apache License 2.0 Website GitHub

The Scala 3 compiler, also known as Dotty.

Scala versions: 3.x 2.12 2.11 2.10
Scala.js versions: 1.x
sbt plugins: 1.0 0.13

dotty-compiler 0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped


Group ID:
ch.epfl.lamp
Artifact ID:
dotty-compiler_2.12
Version:
0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped
Release Date:
Sept 29, 2017
Licenses:

libraryDependencies += "ch.epfl.lamp" %% "dotty-compiler" % "0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped"
resolvers += Resolver.bintrayRepo("scalamacros", "maven")

Mill build tool

ivy"ch.epfl.lamp::dotty-compiler:0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped"
MavenRepository("https://dl.bintray.com/scalamacros/maven")

Scala CLI

//> using dep "ch.epfl.lamp::dotty-compiler:0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped"

Ammonite REPL

import $ivy.`ch.epfl.lamp::dotty-compiler:0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray scalamacros maven",
  "Some(https://dl.bintray.com/scalamacros/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>ch.epfl.lamp</groupId>
  <artifactId>dotty-compiler_2.12</artifactId>
  <version>0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped</version>
</dependency>

compile group: 'ch.epfl.lamp', name: 'dotty-compiler_2.12', version: '0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped'