MVN

org.webpieces : http1_1-parser

Maven & Gradle

Sep 24, 2021
15 usages
31 stars

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

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http1_1-parser</artifactId>
    <version>2.0.154</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.154

All Versions

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

Version Vulnerabilities Updated
2.1.x
http1_1-parser-2.1.1
http1_1-parser-2.1.0
2.0.x
http1_1-parser-2.0.154
http1_1-parser-2.0.153
http1_1-parser-2.0.152
http1_1-parser-2.0.151
http1_1-parser-2.0.150
http1_1-parser-2.0.149
http1_1-parser-2.0.148
http1_1-parser-2.0.9
http1_1-parser-2.0.8
http1_1-parser-2.0.7
http1_1-parser-2.0.6
http1_1-parser-2.0.5
http1_1-parser-2.0.4
http1_1-parser-2.0.3
http1_1-parser-2.0.2
http1_1-parser-2.0.1
1.9.x
http1_1-parser-1.9.152
http1_1-parser-1.9.151
http1_1-parser-1.9.150
http1_1-parser-1.9.149
http1_1-parser-1.9.148
http1_1-parser-1.9.147
http1_1-parser-1.9.146
http1_1-parser-1.9.145
http1_1-parser-1.9.144
http1_1-parser-1.9.143
http1_1-parser-1.9.141
http1_1-parser-1.9.140
http1_1-parser-1.9.139
http1_1-parser-1.9.138
http1_1-parser-1.9.137
http1_1-parser-1.9.136
http1_1-parser-1.9.135
http1_1-parser-1.9.134
http1_1-parser-1.9.133
http1_1-parser-1.9.131
http1_1-parser-1.9.130
http1_1-parser-1.9.129
http1_1-parser-1.9.128
http1_1-parser-1.9.127
http1_1-parser-1.9.126
http1_1-parser-1.9.125
http1_1-parser-1.9.124
http1_1-parser-1.9.123
http1_1-parser-1.9.122
http1_1-parser-1.9.121
http1_1-parser-1.9.120
http1_1-parser-1.9.118
http1_1-parser-1.9.117
http1_1-parser-1.9.116
http1_1-parser-1.9.115
http1_1-parser-1.9.110
http1_1-parser-1.9.109
http1_1-parser-1.9.108
http1_1-parser-1.9.107
http1_1-parser-1.9.104
http1_1-parser-1.9.102
http1_1-parser-1.9.101
http1_1-parser-1.9.100
http1_1-parser-1.9.98
http1_1-parser-1.9.97
http1_1-parser-1.9.96
http1_1-parser-1.9.95
http1_1-parser-1.9.94
http1_1-parser-1.9.92
http1_1-parser-1.9.90
http1_1-parser-1.9.88
http1_1-parser-1.9.87
http1_1-parser-1.9.86
http1_1-parser-1.9.85
http1_1-parser-1.9.84
http1_1-parser-1.9.83
http1_1-parser-1.9.82
http1_1-parser-1.9.80
http1_1-parser-1.9.77
http1_1-parser-1.9.76
http1_1-parser-1.9.75
http1_1-parser-1.9.73
http1_1-parser-1.9.72
http1_1-parser-1.9.71
http1_1-parser-1.9.70
http1_1-parser-1.9.69
http1_1-parser-1.9.68
http1_1-parser-1.9.67
http1_1-parser-1.9.66
http1_1-parser-1.9.65
http1_1-parser-1.9.64
http1_1-parser-1.9.63
http1_1-parser-1.9.62
http1_1-parser-1.9.61
http1_1-parser-1.9.60
http1_1-parser-1.9.59
http1_1-parser-1.9.58
http1_1-parser-1.9.57
http1_1-parser-1.9.56
http1_1-parser-1.9.55
http1_1-parser-1.9.54
http1_1-parser-1.9.53
http1_1-parser-1.9.52
http1_1-parser-1.9.46
http1_1-parser-1.9.45
http1_1-parser-1.9.43
http1_1-parser-1.9.41
http1_1-parser-1.9.39
http1_1-parser-1.9.38
http1_1-parser-1.9.37
http1_1-parser-1.9.36
http1_1-parser-1.9.1
http1_1-parser-1.9.1.9.74

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http1_1-parser</artifactId>
    <version>2.0.154</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webpieces:http1_1-parser:2.0.154'

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

implementation("org.webpieces:http1_1-parser:2.0.154")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webpieces" % "http1_1-parser" % "2.0.154"

Advertisement

Dependencies from Group

Aug 09, 2021
51 usages
31 stars
Aug 09, 2021
19 usages
31 stars
Sep 24, 2021
17 usages
31 stars
Sep 24, 2021
15 usages
31 stars
Sep 24, 2021
15 usages
31 stars

Discover Dependencies

Oct 06, 2016
10 usages
26 stars
May 24, 2021
20 usages
Jan 10, 2017
10 usages
Nov 15, 2018
12 usages
Oct 20, 2016
10 usages
254 stars
Jul 19, 2023
12 usages
2 stars
Feb 12, 2020
13 usages
83 stars