MVN

org.scala-lang : scala2-library-cc-tasty-experimental_3

Maven & Gradle

May 07, 2024
5.6k stars

scala2-library-cc-tasty · scala2-library-cc-tasty

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala2-library-cc-tasty-experimental_3</artifactId>
    <version>3.5.0-RC1-bin-20240506-1cdf99f-NIGHTLY</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-lang : scala2-library-cc-tasty-experimental_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0-RC1-bin-20240506-1cdf99f-NIGHTLY
  • Latest Release Candidate: 3.5.0-RC1-bin-20240506-1cdf99f-NIGHTLY

All Versions

Choose a version of org.scala-lang : scala2-library-cc-tasty-experimental_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
scala2-library-cc-tasty-experimental_3-3.5.0-RC1-bin-20240506-1cdf99f-NIGHTLY

How to add a dependency to Maven

Add the following org.scala-lang : scala2-library-cc-tasty-experimental_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala2-library-cc-tasty-experimental_3</artifactId>
    <version>3.5.0-RC1-bin-20240506-1cdf99f-NIGHTLY</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-lang : scala2-library-cc-tasty-experimental_3 gradle dependency to your build.gradle file:

implementation 'org.scala-lang:scala2-library-cc-tasty-experimental_3:3.5.0-RC1-bin-20240506-1cdf99f-NIGHTLY'

Gradle Kotlin DSL: Add the following org.scala-lang : scala2-library-cc-tasty-experimental_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-lang:scala2-library-cc-tasty-experimental_3:3.5.0-RC1-bin-20240506-1cdf99f-NIGHTLY")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-lang : scala2-library-cc-tasty-experimental_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-lang" % "scala2-library-cc-tasty-experimental_3" % "3.5.0-RC1-bin-20240506-1cdf99f-NIGHTLY"

Advertisement