MVN

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

Maven & Gradle

Feb 16, 2021
18 usages
5.6k stars

scala3-compiler-bootstrapped · scala3-compiler-bootstrapped

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala3-compiler_3.0.0-RC1</artifactId>
    <version>3.0.0-RC1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0-RC1
  • Latest Release Candidate: 3.0.0-RC1

All Versions

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

Version Vulnerabilities Updated
3.0.x
scala3-compiler_3.0.0-RC1-3.0.0-RC1
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210202-8d43a9c-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210131-913d0a8-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210130-ab3bc41-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210129-c49d6c0-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210128-ce684de-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210126-a3b7ed6-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210125-7d520d1-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210124-b7eae6a-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210123-b731573-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210122-6947b0f-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210117-65b17af-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210116-a20276a-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210113-8345078-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210111-0f1d350-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210110-609d8d6-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210108-2cf4dc4-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210108-a42fe92-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210106-e39b79e-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210104-e635705-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210103-e721c66-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210102-1ae8c01-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20210101-141bf9e-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201231-eb44b34-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201230-0a8bb4b-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201229-d932af9-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201228-029ae77-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201227-8fab91c-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201226-d8a6056-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201224-2a32d6a-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201223-842919a-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201222-12ff02f-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201219-3926860-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201218-33b710a-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201217-8631782-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201202-67d9790-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201130-b2a09d3-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201128-928e01a-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201127-ed93a48-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201125-1c3538a-NIGHTLY
scala3-compiler_3.0.0-RC1-3.0.0-RC1-bin-20201125-6a56706-NIGHTLY

How to add a dependency to Maven

Add the following org.scala-lang : scala3-compiler_3.0.0-RC1 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-RC1</artifactId>
    <version>3.0.0-RC1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scala-lang:scala3-compiler_3.0.0-RC1:3.0.0-RC1'

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

implementation("org.scala-lang:scala3-compiler_3.0.0-RC1:3.0.0-RC1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scala-lang" % "scala3-compiler_3.0.0-RC1" % "3.0.0-RC1"

Advertisement

Dependencies from Group

Jun 02, 2023
69.4k usages
14.2k stars
Jun 02, 2023
10.7k usages
14.2k stars
Jun 02, 2023
6.4k usages
14.2k stars
Aug 26, 2023
3.4k usages
5.6k stars
Aug 26, 2023
931 usages
5.6k stars

Discover Dependencies

Aug 25, 2023
17 usages
0 stars
May 10, 2023
24 usages
1.1k stars
Sep 15, 2022
20 usages
1.9k stars
Sep 15, 2022
20 usages
1.9k stars
Jun 23, 2023
21 usages
3.6k stars
May 25, 2021
26 usages
0 stars
May 25, 2021
26 usages
0 stars
May 30, 2023
20 usages
2 stars
Mar 06, 2021
17 usages
480 stars
Aug 23, 2023
21 usages
111 stars