MVN

org.scala-lang : scala-testkit

Maven & Gradle

Jun 02, 2023
1 usages
14.2k stars

Scala Testkit · Scala Compiler Testing Tool

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala-testkit</artifactId>
    <version>2.13.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.13.11

All Versions

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

Version Vulnerabilities Updated
2.13.x
scala-testkit-2.13.11
scala-testkit-2.13.11-M2
scala-testkit-2.13.11-M1
scala-testkit-2.13.10
scala-testkit-2.13.9
scala-testkit-2.13.8
scala-testkit-2.13.7
scala-testkit-2.13.6
scala-testkit-2.13.5
scala-testkit-2.13.4
scala-testkit-2.13.3
scala-testkit-2.13.2
scala-testkit-2.13.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scala-lang</groupId>
    <artifactId>scala-testkit</artifactId>
    <version>2.13.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scala-lang:scala-testkit:2.13.11'

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

implementation("org.scala-lang:scala-testkit:2.13.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scala-lang" % "scala-testkit" % "2.13.11"