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