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