MVN

org.http4s : http4s-netty-core_3

Maven & Gradle

Jul 27, 2023
39 stars

http4s-netty-core · http4s-netty-core

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-netty-core_3</artifactId>
    <version>0.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.9

All Versions

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

Version Vulnerabilities Updated
0.6.x
http4s-netty-core_3-0.6.0-M3
http4s-netty-core_3-0.6.0-M2
http4s-netty-core_3-0.6.0-M1
0.5.x
http4s-netty-core_3-0.5.9
http4s-netty-core_3-0.5.8
http4s-netty-core_3-0.5.7
http4s-netty-core_3-0.5.6
http4s-netty-core_3-0.5.5
http4s-netty-core_3-0.5.4
http4s-netty-core_3-0.5.3
http4s-netty-core_3-0.5.2
http4s-netty-core_3-0.5.1
http4s-netty-core_3-0.5.0
http4s-netty-core_3-0.5.0-M3
http4s-netty-core_3-0.5.0-M2
http4s-netty-core_3-0.5.0-M1
0.4.x
http4s-netty-core_3-0.4.0
http4s-netty-core_3-0.4.0-M2
http4s-netty-core_3-0.4.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-netty-core_3</artifactId>
    <version>0.5.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.http4s:http4s-netty-core_3:0.5.9'

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

implementation("org.http4s:http4s-netty-core_3:0.5.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.http4s" % "http4s-netty-core_3" % "0.5.9"