MVN

org.webpieces : http-parser1_1

Maven & Gradle

Sep 13, 2016
4 usages
31 stars

http-parser1_1 · A re-usable asynchronous http 1.1 parser that can be used with any nio client

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

Latest Version

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

  • Latest Stable: 1.9.35

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement