MVN

org.webpieces : http-parser2

Maven & Gradle

Sep 13, 2016
31 stars

http-parser2 · A re-usable asynchronous http2 parser

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http-parser2</artifactId>
    <version>1.9.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webpieces : http-parser2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.35

All Versions

Choose a version of org.webpieces : http-parser2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
http-parser2-1.9.35
http-parser2-1.9.34
http-parser2-1.9.33
http-parser2-1.9.32
http-parser2-1.9.31
http-parser2-1.9.30
http-parser2-1.9.29
http-parser2-1.9.28
http-parser2-1.9.27
http-parser2-1.9.26
http-parser2-1.9.25
http-parser2-1.9.24
http-parser2-1.9.23
http-parser2-1.9.21
http-parser2-1.9.20
http-parser2-1.9.16

How to add a dependency to Maven

Add the following org.webpieces : http-parser2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http-parser2</artifactId>
    <version>1.9.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webpieces : http-parser2 gradle dependency to your build.gradle file:

implementation 'org.webpieces:http-parser2:1.9.35'

Gradle Kotlin DSL: Add the following org.webpieces : http-parser2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webpieces:http-parser2:1.9.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webpieces : http-parser2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webpieces" % "http-parser2" % "1.9.35"

Advertisement