文件下载
文件名 操作
munit-cats-effect-3_3-1.0.5.jar 下载
munit-cats-effect-3_3-1.0.5.pom 下载
munit-cats-effect-3_3-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.typelevel</groupId>
  <artifactId>munit-cats-effect-3_3</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.typelevel:munit-cats-effect-3_3:1.0.5'
Gradle Kotlin
implementation("org.typelevel:munit-cats-effect-3_3:1.0.5")
Scala SBT
libraryDependencies += "org.typelevel" % "munit-cats-effect-3_3" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.typelevel', module='munit-cats-effect-3_3', version='1.0.5')
)
Apache Ivy
<dependency org="org.typelevel" name="munit-cats-effect-3_3" rev="1.0.5" />
Leiningen
[org.typelevel/munit-cats-effect-3_3 "1.0.5"]
Apache Buildr
'org.typelevel:munit-cats-effect-3_3:jar:1.0.5'