MVN

org.scala-lang : tasty-core_3.0.0-RC1

Maven & Gradle

Feb 16, 2021
1 usages
5.6k stars

tasty-core-bootstrapped · tasty-core-bootstrapped

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>tasty-core_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 : tasty-core_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 : tasty-core_3.0.0-RC1 to add to Maven or Gradle - All Versions:

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

implementation 'org.scala-lang:tasty-core_3.0.0-RC1:3.0.0-RC1'

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

implementation("org.scala-lang:tasty-core_3.0.0-RC1:3.0.0-RC1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scala-lang" % "tasty-core_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

Dec 17, 2020
1 usages
5.6k stars
Dec 17, 2020
1 usages
5.6k stars
Feb 16, 2021
1 usages
5.6k stars
Jan 16, 2023
1 usages
91 stars
Jul 08, 2023
1 usages
Jan 15, 2023
2 usages
7k stars
Nov 05, 2022
2 usages
32 stars
Aug 24, 2023
2 usages
32 stars
Aug 24, 2023
2 usages
32 stars