MVN

org.scalatest : scalatest-funspec_sjs1_3

Maven & Gradle

Jan 04, 2023
1 usages

scalatestFunSpecDottyJS · scalatestFunSpecDottyJS

<dependency>
    <groupId>org.scalatest</groupId>
    <artifactId>scalatest-funspec_sjs1_3</artifactId>
    <version>3.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalatest : scalatest-funspec_sjs1_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.15
  • Latest Release Candidate: 3.2.12-RC2

All Versions

Choose a version of org.scalatest : scalatest-funspec_sjs1_3 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scalatest-funspec_sjs1_3-3.2.15

    Jan 04, 2023
  • scalatest-funspec_sjs1_3-3.2.14

    Sep 24, 2022
  • scalatest-funspec_sjs1_3-3.2.13

    Jul 26, 2022
  • scalatest-funspec_sjs1_3-3.2.12

    Apr 21, 2022
  • scalatest-funspec_sjs1_3-3.2.12-RC2

    Mar 19, 2022
  • scalatest-funspec_sjs1_3-3.2.12-RC1

    Mar 09, 2022
  • scalatest-funspec_sjs1_3-3.2.11

    Jan 23, 2022
  • scalatest-funspec_sjs1_3-3.2.10

    Sep 16, 2021
  • scalatest-funspec_sjs1_3-3.2.9

    May 14, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scalatest</groupId>
    <artifactId>scalatest-funspec_sjs1_3</artifactId>
    <version>3.2.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalatest : scalatest-funspec_sjs1_3 gradle dependency to your build.gradle file:

implementation 'org.scalatest:scalatest-funspec_sjs1_3:3.2.15'

Gradle Kotlin DSL: Add the following org.scalatest : scalatest-funspec_sjs1_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalatest:scalatest-funspec_sjs1_3:3.2.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scalatest" % "scalatest-funspec_sjs1_3" % "3.2.15"