MVN

org.webpieces : http2-parser

Maven & Gradle

Sep 24, 2021
4 usages
32 stars

http2-parser · A re-usable asynchronous http2 parser

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

Latest Version

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

  • Latest Stable: 2.0.154

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement