sbt / zinc   1.9.6

Apache License 2.0 GitHub

Scala incremental compiler library, used by sbt and other build tools

Scala versions: 3.x 2.13 2.12 2.11 2.10

zinc-compile-core 1.1.0+129-86a8346f


Group ID:
ch.epfl.scala
Artifact ID:
zinc-compile-core_2.12
Version:
1.1.0+129-86a8346f
Release Date:
Aug 10, 2018
Licenses:

libraryDependencies += "ch.epfl.scala" %% "zinc-compile-core" % "1.1.0+129-86a8346f"
resolvers += Resolver.bintrayRepo("scalacenter", "releases")

Mill build tool

ivy"ch.epfl.scala::zinc-compile-core:1.1.0+129-86a8346f"
MavenRepository("https://dl.bintray.com/scalacenter/releases")

Scala CLI

//> using dep "ch.epfl.scala::zinc-compile-core:1.1.0+129-86a8346f"

Ammonite REPL

import $ivy.`ch.epfl.scala::zinc-compile-core:1.1.0+129-86a8346f`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray scalacenter releases",
  "Some(https://dl.bintray.com/scalacenter/releases)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>ch.epfl.scala</groupId>
  <artifactId>zinc-compile-core_2.12</artifactId>
  <version>1.1.0+129-86a8346f</version>
</dependency>

compile group: 'ch.epfl.scala', name: 'zinc-compile-core_2.12', version: '1.1.0+129-86a8346f'