Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.typelevel |
ArtifactId | ArtifactIdcats-testkit-scalatest_2.13 |
Version | Version2.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.typelevel/cats-testkit-scalatest_2.13/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-testkit-scalatest_2.13</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/cats-testkit-scalatest_2.13/
implementation 'org.typelevel:cats-testkit-scalatest_2.13:2.1.2'
// https://jarcasting.com/artifacts/org.typelevel/cats-testkit-scalatest_2.13/
implementation ("org.typelevel:cats-testkit-scalatest_2.13:2.1.2")
'org.typelevel:cats-testkit-scalatest_2.13:jar:2.1.2'
<dependency org="org.typelevel" name="cats-testkit-scalatest_2.13" rev="2.1.2">
<artifact name="cats-testkit-scalatest_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='cats-testkit-scalatest_2.13', version='2.1.2')
)
libraryDependencies += "org.typelevel" % "cats-testkit-scalatest_2.13" % "2.1.2"
[org.typelevel/cats-testkit-scalatest_2.13 "2.1.2"]