| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty.http2 | 
| ArtifactId | ArtifactIdhttp2-client | 
| Version | Version9.3.2.v20150730 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-client/ -->
<dependency>
    <groupId>org.eclipse.jetty.http2</groupId>
    <artifactId>http2-client</artifactId>
    <version>9.3.2.v20150730</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-client/
implementation 'org.eclipse.jetty.http2:http2-client:9.3.2.v20150730'// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-client/
implementation ("org.eclipse.jetty.http2:http2-client:9.3.2.v20150730")'org.eclipse.jetty.http2:http2-client:jar:9.3.2.v20150730'<dependency org="org.eclipse.jetty.http2" name="http2-client" rev="9.3.2.v20150730">
  <artifact name="http2-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-client', version='9.3.2.v20150730')
)libraryDependencies += "org.eclipse.jetty.http2" % "http2-client" % "9.3.2.v20150730"[org.eclipse.jetty.http2/http2-client "9.3.2.v20150730"]