MVN

com.codecommit : cats-effect-testing-scalatest_2.12

Maven & Gradle

May 23, 2021
18 usages
184 stars

cats-effect-testing-scalatest · cats-effect-testing-scalatest

<dependency>
    <groupId>com.codecommit</groupId>
    <artifactId>cats-effect-testing-scalatest_2.12</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codecommit : cats-effect-testing-scalatest_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.4

All Versions

Choose a version of com.codecommit : cats-effect-testing-scalatest_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cats-effect-testing-scalatest_2.12-1.0.0-M1
1.0
cats-effect-testing-scalatest_2.12-1.0-26-0b34520
cats-effect-testing-scalatest_2.12-1.0-25-c4685f2
cats-effect-testing-scalatest_2.12-1.0-24-af2c3f3
cats-effect-testing-scalatest_2.12-1.0-23-f76ace5
0.5.x
cats-effect-testing-scalatest_2.12-0.5.4
cats-effect-testing-scalatest_2.12-0.5.3
cats-effect-testing-scalatest_2.12-0.5.2
cats-effect-testing-scalatest_2.12-0.5.1
cats-effect-testing-scalatest_2.12-0.5.0
0.4.x
cats-effect-testing-scalatest_2.12-0.4.2
cats-effect-testing-scalatest_2.12-0.4.1
cats-effect-testing-scalatest_2.12-0.4.0
0.3.x
cats-effect-testing-scalatest_2.12-0.3.0

How to add a dependency to Maven

Add the following com.codecommit : cats-effect-testing-scalatest_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codecommit</groupId>
    <artifactId>cats-effect-testing-scalatest_2.12</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codecommit : cats-effect-testing-scalatest_2.12 gradle dependency to your build.gradle file:

implementation 'com.codecommit:cats-effect-testing-scalatest_2.12:0.5.4'

Gradle Kotlin DSL: Add the following com.codecommit : cats-effect-testing-scalatest_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codecommit:cats-effect-testing-scalatest_2.12:0.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codecommit : cats-effect-testing-scalatest_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codecommit" % "cats-effect-testing-scalatest_2.12" % "0.5.4"

Advertisement