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