文件下载
文件名 操作
http4s-munit_3-1.0.0-M1.jar 下载
http4s-munit_3-1.0.0-M1.pom 下载
http4s-munit_3-1.0.0-M1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alejandrohdezma</groupId>
  <artifactId>http4s-munit_3</artifactId>
  <version>1.0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'com.alejandrohdezma:http4s-munit_3:1.0.0-M1'
Gradle Kotlin
implementation("com.alejandrohdezma:http4s-munit_3:1.0.0-M1")
Scala SBT
libraryDependencies += "com.alejandrohdezma" % "http4s-munit_3" % "1.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='com.alejandrohdezma', module='http4s-munit_3', version='1.0.0-M1')
)
Apache Ivy
<dependency org="com.alejandrohdezma" name="http4s-munit_3" rev="1.0.0-M1" />
Leiningen
[com.alejandrohdezma/http4s-munit_3 "1.0.0-M1"]
Apache Buildr
'com.alejandrohdezma:http4s-munit_3:jar:1.0.0-M1'