MVN

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

Maven & Gradle

Mar 29, 2021
13 usages
5.6k stars

scala3-compiler-bootstrapped · scala3-compiler-bootstrapped

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
3.0.x
scala3-compiler_3.0.0-RC2-3.0.0-RC2
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210328-cca5f8f-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210327-eb7b632-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210326-585f424-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210325-ab2664f-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210325-eeb8340-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210323-d4f1c26-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210322-4035f51-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210320-0195dff-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210319-b1f0b30-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210318-e60ef35-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210317-8fcce8f-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210317-758782a-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210316-e64d3d1-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210314-02cee1f-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210313-66e180d-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210312-a3b98ac-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210311-cc87d06-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210310-4af1386-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210309-95fa9cb-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210308-0dbe970-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210305-086d1a8-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210304-5fa55b1-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210303-0be4099-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210302-d7bbdcd-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210301-55da939-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210228-4d0d591-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210227-07d9dd2-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210226-63a467b-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210225-ce30a1c-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210224-0b697d5-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210223-fca4e60-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210223-1803076-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210220-5eb3258-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210219-aa7c21e-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210218-9254ef6-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210218-a633e93-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210217-e504518-NIGHTLY
scala3-compiler_3.0.0-RC2-3.0.0-RC2-bin-20210217-83cb8ff-NIGHTLY

How to add a dependency to Maven

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

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
21 usages
783 stars
Aug 25, 2023
21 usages
783 stars
Aug 08, 2023
12 usages
3.6k stars
Aug 11, 2023
19 usages
1.8k stars
May 25, 2021
16 usages
0 stars
May 25, 2021
16 usages
0 stars
Aug 24, 2023
13 usages
395 stars
Mar 26, 2021
13 usages
31 stars