MVN

org.scala-lang : scala3-presentation-compiler_3

Maven & Gradle

Aug 26, 2023
5.6k stars

scala3-presentation-compiler-bootstrapped · scala3-presentation-compiler-bootstrapped

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala3-presentation-compiler_3</artifactId>
    <version>3.4.0-RC1-bin-20230825-2616c8b-NIGHTLY</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.4.0-RC1-bin-20230825-2616c8b-NIGHTLY
  • Latest Release Candidate: 3.4.0-RC1-bin-20230825-2616c8b-NIGHTLY

All Versions

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

Version Vulnerabilities Updated
3.4.x
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230825-2616c8b-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230822-3783220-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230821-6e370a9-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230818-932c10d-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230817-473cf25-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230815-ca6a80e-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230814-ad6da48-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230811-fed94f3-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230810-c90ad6b-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230809-c5adafc-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230808-512fbd5-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230807-84099a7-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230804-73967d5-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230803-6a6ee08-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230802-ec64ae0-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230801-d5e5170-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230731-46fc22b-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230729-a73316a-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230728-b9b1314-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230727-ac69c66-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230726-97677cc-NIGHTLY
scala3-presentation-compiler_3-3.4.0-RC1-bin-20230725-18df4ed-NIGHTLY
3.3.x
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230724-ce1ce99-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230723-5afe621-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230722-d0b2151-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230721-492f777-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230720-98b452d-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230719-816bd5e-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230718-da16f43-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230717-2753a17-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230715-4851278-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230714-04eae14-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230713-967aefc-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230712-99f274a-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230710-ed319e8-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230707-7ede150-NIGHTLY
scala3-presentation-compiler_3-3.3.2-RC1-bin-20230706-3ae2dbf-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala3-presentation-compiler_3</artifactId>
    <version>3.4.0-RC1-bin-20230825-2616c8b-NIGHTLY</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scala-lang:scala3-presentation-compiler_3:3.4.0-RC1-bin-20230825-2616c8b-NIGHTLY'

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

implementation("org.scala-lang:scala3-presentation-compiler_3:3.4.0-RC1-bin-20230825-2616c8b-NIGHTLY")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scala-lang" % "scala3-presentation-compiler_3" % "3.4.0-RC1-bin-20230825-2616c8b-NIGHTLY"