MVN

com.alejandrohdezma : http4s-munit_3

Maven & Gradle

Nov 25, 2022
35 stars

http4s-munit · When http4s met MUnit

<dependency>
    <groupId>com.alejandrohdezma</groupId>
    <artifactId>http4s-munit_3</artifactId>
    <version>0.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alejandrohdezma : http4s-munit_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.0

All Versions

Choose a version of com.alejandrohdezma : http4s-munit_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
http4s-munit_3-0.15.0
0.14.x
http4s-munit_3-0.14.0
0.13.x
http4s-munit_3-0.13.0
0.12.x
http4s-munit_3-0.12.0
0.11.x
http4s-munit_3-0.11.0
0.10.x
http4s-munit_3-0.10.1
http4s-munit_3-0.10.0

How to add a dependency to Maven

Add the following com.alejandrohdezma : http4s-munit_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alejandrohdezma</groupId>
    <artifactId>http4s-munit_3</artifactId>
    <version>0.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alejandrohdezma : http4s-munit_3 gradle dependency to your build.gradle file:

implementation 'com.alejandrohdezma:http4s-munit_3:0.15.0'

Gradle Kotlin DSL: Add the following com.alejandrohdezma : http4s-munit_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alejandrohdezma:http4s-munit_3:0.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alejandrohdezma : http4s-munit_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alejandrohdezma" % "http4s-munit_3" % "0.15.0"

Advertisement