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