is not current version
Last Version 2.1.1

org.webpieces:http1_1-parser 2.0.152

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

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http1_1-parser
Version

Version

2.0.152
Type

Type

jar

Download http1_1-parser 2.0.152


<!-- https://jarcasting.com/artifacts/org.webpieces/http1_1-parser/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http1_1-parser</artifactId>
    <version>2.0.152</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http1_1-parser/
implementation 'org.webpieces:http1_1-parser:2.0.152'
// https://jarcasting.com/artifacts/org.webpieces/http1_1-parser/
implementation ("org.webpieces:http1_1-parser:2.0.152")
'org.webpieces:http1_1-parser:jar:2.0.152'
<dependency org="org.webpieces" name="http1_1-parser" rev="2.0.152">
  <artifact name="http1_1-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http1_1-parser', version='2.0.152')
)
libraryDependencies += "org.webpieces" % "http1_1-parser" % "2.0.152"
[org.webpieces/http1_1-parser "2.0.152"]