| Группа | Группаorg.typelevel |
|---|---|
| Идентификатор | Идентификаторmunit-cats-effect-2_2.12 |
| Версия | Версия1.0.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.typelevel/munit-cats-effect-2_2.12/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>munit-cats-effect-2_2.12</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/munit-cats-effect-2_2.12/
implementation 'org.typelevel:munit-cats-effect-2_2.12:1.0.7'
// https://jarcasting.com/artifacts/org.typelevel/munit-cats-effect-2_2.12/
implementation ("org.typelevel:munit-cats-effect-2_2.12:1.0.7")
'org.typelevel:munit-cats-effect-2_2.12:jar:1.0.7'
<dependency org="org.typelevel" name="munit-cats-effect-2_2.12" rev="1.0.7">
<artifact name="munit-cats-effect-2_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='munit-cats-effect-2_2.12', version='1.0.7')
)
libraryDependencies += "org.typelevel" % "munit-cats-effect-2_2.12" % "1.0.7"
[org.typelevel/munit-cats-effect-2_2.12 "1.0.7"]