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