GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp2-hpack |
Version | Version1.9.67 |
Type | Typejar |
Filename | Size |
---|---|
http2-hpack-1.9.67.pom | |
http2-hpack-1.9.67.jar | 19 KB |
http2-hpack-1.9.67-sources.jar | 11 KB |
http2-hpack-1.9.67-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.67</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2-hpack/
implementation 'org.webpieces:http2-hpack:1.9.67'
// https://jarcasting.com/artifacts/org.webpieces/http2-hpack/
implementation ("org.webpieces:http2-hpack:1.9.67")
'org.webpieces:http2-hpack:jar:1.9.67'
<dependency org="org.webpieces" name="http2-hpack" rev="1.9.67">
<artifact name="http2-hpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2-hpack', version='1.9.67')
)
libraryDependencies += "org.webpieces" % "http2-hpack" % "1.9.67"
[org.webpieces/http2-hpack "1.9.67"]