GroupId | GroupIdorg.typelevel |
---|---|
ArtifactId | ArtifactIdcats-effect-testkit_3.0.0-M2 |
Version | Version3.0.0-M4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.typelevel/cats-effect-testkit_3.0.0-M2/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect-testkit_3.0.0-M2</artifactId>
<version>3.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/cats-effect-testkit_3.0.0-M2/
implementation 'org.typelevel:cats-effect-testkit_3.0.0-M2:3.0.0-M4'
// https://jarcasting.com/artifacts/org.typelevel/cats-effect-testkit_3.0.0-M2/
implementation ("org.typelevel:cats-effect-testkit_3.0.0-M2:3.0.0-M4")
'org.typelevel:cats-effect-testkit_3.0.0-M2:jar:3.0.0-M4'
<dependency org="org.typelevel" name="cats-effect-testkit_3.0.0-M2" rev="3.0.0-M4">
<artifact name="cats-effect-testkit_3.0.0-M2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='cats-effect-testkit_3.0.0-M2', version='3.0.0-M4')
)
libraryDependencies += "org.typelevel" % "cats-effect-testkit_3.0.0-M2" % "3.0.0-M4"
[org.typelevel/cats-effect-testkit_3.0.0-M2 "3.0.0-M4"]