Files download
File Operation
http4s-munit_2.12-1.0.0-M1.jar download
http4s-munit_2.12-1.0.0-M1.pom download
http4s-munit_2.12-1.0.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alejandrohdezma</groupId>
  <artifactId>http4s-munit_2.12</artifactId>
  <version>1.0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'com.alejandrohdezma:http4s-munit_2.12:1.0.0-M1'
Gradle Kotlin
implementation("com.alejandrohdezma:http4s-munit_2.12:1.0.0-M1")
Scala SBT
libraryDependencies += "com.alejandrohdezma" % "http4s-munit_2.12" % "1.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='com.alejandrohdezma', module='http4s-munit_2.12', version='1.0.0-M1')
)
Apache Ivy
<dependency org="com.alejandrohdezma" name="http4s-munit_2.12" rev="1.0.0-M1" />
Leiningen
[com.alejandrohdezma/http4s-munit_2.12 "1.0.0-M1"]
Apache Buildr
'com.alejandrohdezma:http4s-munit_2.12:jar:1.0.0-M1'