| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJetty Container Application Servers CLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.jetty.http3 | 
    
| ArtifactId | ArtifactIdhttp3-client | 
    
| Last Version | Last Version11.0.11 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJetty :: HTTP3 :: Client 
            The Eclipse Jetty Project 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| http3-client-11.0.11.pom | |
| http3-client-11.0.11.jar | 28 KB | 
| http3-client-11.0.11-sources.jar | 22 KB | 
| http3-client-11.0.11-javadoc.jar | 443 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-client/ -->
<dependency>
    <groupId>org.eclipse.jetty.http3</groupId>
    <artifactId>http3-client</artifactId>
    <version>11.0.11</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-client/
implementation 'org.eclipse.jetty.http3:http3-client:11.0.11'
                // https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-client/
implementation ("org.eclipse.jetty.http3:http3-client:11.0.11")
                'org.eclipse.jetty.http3:http3-client:jar:11.0.11'
                <dependency org="org.eclipse.jetty.http3" name="http3-client" rev="11.0.11">
  <artifact name="http3-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.jetty.http3', module='http3-client', version='11.0.11')
)
                libraryDependencies += "org.eclipse.jetty.http3" % "http3-client" % "11.0.11"
                [org.eclipse.jetty.http3/http3-client "11.0.11"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jetty.http3 : http3-common | jar | 11.0.11 | 
| org.eclipse.jetty.quic : quic-client | jar | 11.0.11 | 
| org.eclipse.jetty : jetty-io | jar | 11.0.11 | 
| org.eclipse.jetty : jetty-util | jar | 11.0.11 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.9 | 
| org.junit.jupiter : junit-jupiter | jar |