Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.http3 |
ArtifactId | ArtifactIdhttp3-client |
Version | Version10.0.11 |
Type | Typejar |
Filename | Size |
---|---|
http3-client-10.0.11.pom | |
http3-client-10.0.11.jar | 29 KB |
http3-client-10.0.11-sources.jar | 22 KB |
http3-client-10.0.11-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-client/ -->
<dependency>
<groupId>org.eclipse.jetty.http3</groupId>
<artifactId>http3-client</artifactId>
<version>10.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-client/
implementation 'org.eclipse.jetty.http3:http3-client:10.0.11'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-client/
implementation ("org.eclipse.jetty.http3:http3-client:10.0.11")
'org.eclipse.jetty.http3:http3-client:jar:10.0.11'
<dependency org="org.eclipse.jetty.http3" name="http3-client" rev="10.0.11">
<artifact name="http3-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http3', module='http3-client', version='10.0.11')
)
libraryDependencies += "org.eclipse.jetty.http3" % "http3-client" % "10.0.11"
[org.eclipse.jetty.http3/http3-client "10.0.11"]