MVN

org.scala-lang : scala3-compiler_3.0.0-M3

Maven & Gradle

Dec 17, 2020
15 usages

scala3-compiler-bootstrapped · scala3-compiler-bootstrapped

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala3-compiler_3.0.0-M3</artifactId>
    <version>3.0.0-M3-bin-20201216-c8fb1fa-NIGHTLY</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-lang : scala3-compiler_3.0.0-M3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M3-bin-20201216-c8fb1fa-NIGHTLY

All Versions

Choose a version of org.scala-lang : scala3-compiler_3.0.0-M3 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201216-c8fb1fa-NIGHTLY

    Dec 17, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3

    Dec 16, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201215-cbe50b3-NIGHTLY

    Dec 16, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201214-1ec8041-NIGHTLY

    Dec 15, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201213-3c18f6b-NIGHTLY

    Dec 14, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201213-e8d748e-NIGHTLY

    Dec 13, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201211-dbc1186-NIGHTLY

    Dec 12, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201208-f334e3f-NIGHTLY

    Dec 09, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201207-c042be9-NIGHTLY

    Dec 08, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201206-d199fd3-NIGHTLY

    Dec 07, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201206-3cc191b-NIGHTLY

    Dec 06, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201204-e834186-NIGHTLY

    Dec 05, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201203-222fe0b-NIGHTLY

    Dec 04, 2020
  • scala3-compiler_3.0.0-M3-3.0.0-M3-bin-20201202-11f53c7-NIGHTLY

    Dec 03, 2020

How to add a dependency to Maven

Add the following org.scala-lang : scala3-compiler_3.0.0-M3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala3-compiler_3.0.0-M3</artifactId>
    <version>3.0.0-M3-bin-20201216-c8fb1fa-NIGHTLY</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-lang : scala3-compiler_3.0.0-M3 gradle dependency to your build.gradle file:

implementation 'org.scala-lang:scala3-compiler_3.0.0-M3:3.0.0-M3-bin-20201216-c8fb1fa-NIGHTLY'

Gradle Kotlin DSL: Add the following org.scala-lang : scala3-compiler_3.0.0-M3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-lang:scala3-compiler_3.0.0-M3:3.0.0-M3-bin-20201216-c8fb1fa-NIGHTLY")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-lang : scala3-compiler_3.0.0-M3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-lang" % "scala3-compiler_3.0.0-M3" % "3.0.0-M3-bin-20201216-c8fb1fa-NIGHTLY"