MVN

org.http4s : http4s-blazecore_2.11

Maven & Gradle

Aug 28, 2015
2 usages
2.5k stars

http4s-blazecore · blaze core for client and server backends for http4s

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-blazecore_2.11</artifactId>
    <version>0.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.http4s : http4s-blazecore_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.6

All Versions

Choose a version of org.http4s : http4s-blazecore_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
http4s-blazecore_2.11-0.8.6
CVE-2021-41084
http4s-blazecore_2.11-0.8.5
CVE-2021-41084
http4s-blazecore_2.11-0.8.4
CVE-2021-41084
http4s-blazecore_2.11-0.8.3
CVE-2021-41084
http4s-blazecore_2.11-0.8.2
CVE-2021-41084
http4s-blazecore_2.11-0.8.1
CVE-2021-41084
http4s-blazecore_2.11-0.8.0
CVE-2021-41084
0.7.x
http4s-blazecore_2.11-0.7.0
CVE-2021-41084
0.6.x
http4s-blazecore_2.11-0.6.5
CVE-2021-41084
http4s-blazecore_2.11-0.6.4
CVE-2021-41084
http4s-blazecore_2.11-0.6.3
CVE-2021-41084
http4s-blazecore_2.11-0.6.2
CVE-2021-41084
http4s-blazecore_2.11-0.6.1
CVE-2021-41084
http4s-blazecore_2.11-0.6.0
CVE-2021-41084
0.5.x
http4s-blazecore_2.11-0.5.4
CVE-2021-41084
http4s-blazecore_2.11-0.5.3
CVE-2021-41084
http4s-blazecore_2.11-0.5.2
CVE-2021-41084
http4s-blazecore_2.11-0.5.1
CVE-2021-41084
http4s-blazecore_2.11-0.5.0
CVE-2021-41084
0.4.x
http4s-blazecore_2.11-0.4.2
CVE-2021-41084
http4s-blazecore_2.11-0.4.1
CVE-2021-41084
http4s-blazecore_2.11-0.4.0
CVE-2021-41084
0.3.x
http4s-blazecore_2.11-0.3.0
CVE-2021-41084

How to add a dependency to Maven

Add the following org.http4s : http4s-blazecore_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-blazecore_2.11</artifactId>
    <version>0.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.http4s : http4s-blazecore_2.11 gradle dependency to your build.gradle file:

implementation 'org.http4s:http4s-blazecore_2.11:0.8.6'

Gradle Kotlin DSL: Add the following org.http4s : http4s-blazecore_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.http4s:http4s-blazecore_2.11:0.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.http4s : http4s-blazecore_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.http4s" % "http4s-blazecore_2.11" % "0.8.6"

Advertisement