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