MVN

org.typelevel : discipline-scalatest_sjs1_2.13

Maven & Gradle

Jul 06, 2022
26 usages

discipline-scalatest · discipline-scalatest

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>discipline-scalatest_sjs1_2.13</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.typelevel : discipline-scalatest_sjs1_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of org.typelevel : discipline-scalatest_sjs1_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • discipline-scalatest_sjs1_2.13-2.2.0

    Jul 06, 2022
  • discipline-scalatest_sjs1_2.13-2.1.5

    May 14, 2021
  • discipline-scalatest_sjs1_2.13-2.1.4

    Apr 25, 2021
  • discipline-scalatest_sjs1_2.13-2.1.3

    Apr 01, 2021
  • discipline-scalatest_sjs1_2.13-2.1.2

    Feb 18, 2021
  • discipline-scalatest_sjs1_2.13-2.1.1

    Dec 20, 2020
  • discipline-scalatest_sjs1_2.13-2.1.0

    Nov 12, 2020
  • discipline-scalatest_sjs1_2.13-2.0.1

    Aug 23, 2020
  • discipline-scalatest_sjs1_2.13-2.0.0

    Jul 24, 2020
  • discipline-scalatest_sjs1_2.13-1.0.1

    Feb 21, 2020

How to add a dependency to Maven

Add the following org.typelevel : discipline-scalatest_sjs1_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>discipline-scalatest_sjs1_2.13</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.typelevel : discipline-scalatest_sjs1_2.13 gradle dependency to your build.gradle file:

implementation 'org.typelevel:discipline-scalatest_sjs1_2.13:2.2.0'

Gradle Kotlin DSL: Add the following org.typelevel : discipline-scalatest_sjs1_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.typelevel:discipline-scalatest_sjs1_2.13:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.typelevel : discipline-scalatest_sjs1_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.typelevel" % "discipline-scalatest_sjs1_2.13" % "2.2.0"