GroupId | GroupIdorg.typelevel |
---|---|
ArtifactId | ArtifactIdmunit-cats-effect-3_2.12 |
Version | Version1.0-18-852751f |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.typelevel/munit-cats-effect-3_2.12/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>munit-cats-effect-3_2.12</artifactId>
<version>1.0-18-852751f</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/munit-cats-effect-3_2.12/
implementation 'org.typelevel:munit-cats-effect-3_2.12:1.0-18-852751f'
// https://jarcasting.com/artifacts/org.typelevel/munit-cats-effect-3_2.12/
implementation ("org.typelevel:munit-cats-effect-3_2.12:1.0-18-852751f")
'org.typelevel:munit-cats-effect-3_2.12:jar:1.0-18-852751f'
<dependency org="org.typelevel" name="munit-cats-effect-3_2.12" rev="1.0-18-852751f">
<artifact name="munit-cats-effect-3_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='munit-cats-effect-3_2.12', version='1.0-18-852751f')
)
libraryDependencies += "org.typelevel" % "munit-cats-effect-3_2.12" % "1.0-18-852751f"
[org.typelevel/munit-cats-effect-3_2.12 "1.0-18-852751f"]