Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdhttp2-client |
Version | Version1.9.52 |
Type | Typejar |
Filename | Size |
---|---|
http2-client-1.9.52.pom | |
http2-client-1.9.52.jar | 18 KB |
http2-client-1.9.52-sources.jar | 11 KB |
http2-client-1.9.52-javadoc.jar | 353 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http2-client/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http2-client</artifactId>
<version>1.9.52</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2-client/
implementation 'org.webpieces:http2-client:1.9.52'
// https://jarcasting.com/artifacts/org.webpieces/http2-client/
implementation ("org.webpieces:http2-client:1.9.52")
'org.webpieces:http2-client:jar:1.9.52'
<dependency org="org.webpieces" name="http2-client" rev="1.9.52">
<artifact name="http2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2-client', version='1.9.52')
)
libraryDependencies += "org.webpieces" % "http2-client" % "1.9.52"
[org.webpieces/http2-client "1.9.52"]