GroupId | GroupIdorg.typelevel |
---|---|
ArtifactId | ArtifactIdmunit-cats-effect-2_2.13 |
Version | Version0.13.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.typelevel/munit-cats-effect-2_2.13/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>munit-cats-effect-2_2.13</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/munit-cats-effect-2_2.13/
implementation 'org.typelevel:munit-cats-effect-2_2.13:0.13.1'
// https://jarcasting.com/artifacts/org.typelevel/munit-cats-effect-2_2.13/
implementation ("org.typelevel:munit-cats-effect-2_2.13:0.13.1")
'org.typelevel:munit-cats-effect-2_2.13:jar:0.13.1'
<dependency org="org.typelevel" name="munit-cats-effect-2_2.13" rev="0.13.1">
<artifact name="munit-cats-effect-2_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='munit-cats-effect-2_2.13', version='0.13.1')
)
libraryDependencies += "org.typelevel" % "munit-cats-effect-2_2.13" % "0.13.1"
[org.typelevel/munit-cats-effect-2_2.13 "0.13.1"]