GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp2-parser |
Version | Version1.9.55 |
Type | Typejar |
Filename | Size |
---|---|
http2-parser-1.9.55.pom | |
http2-parser-1.9.55.jar | 69 KB |
http2-parser-1.9.55-sources.jar | 37 KB |
http2-parser-1.9.55-javadoc.jar | 355 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http2-parser/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http2-parser</artifactId>
<version>1.9.55</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2-parser/
implementation 'org.webpieces:http2-parser:1.9.55'
// https://jarcasting.com/artifacts/org.webpieces/http2-parser/
implementation ("org.webpieces:http2-parser:1.9.55")
'org.webpieces:http2-parser:jar:1.9.55'
<dependency org="org.webpieces" name="http2-parser" rev="1.9.55">
<artifact name="http2-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2-parser', version='1.9.55')
)
libraryDependencies += "org.webpieces" % "http2-parser" % "1.9.55"
[org.webpieces/http2-parser "1.9.55"]