is not current version
Last Version 11.0.11

org.eclipse.jetty.http3:http3-client 11.0.10


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.http3
ArtifactId

ArtifactId

http3-client
Version

Version

11.0.10
Type

Type

jar

Download http3-client 11.0.10


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-client/ -->
<dependency>
    <groupId>org.eclipse.jetty.http3</groupId>
    <artifactId>http3-client</artifactId>
    <version>11.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-client/
implementation 'org.eclipse.jetty.http3:http3-client:11.0.10'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-client/
implementation ("org.eclipse.jetty.http3:http3-client:11.0.10")
'org.eclipse.jetty.http3:http3-client:jar:11.0.10'
<dependency org="org.eclipse.jetty.http3" name="http3-client" rev="11.0.10">
  <artifact name="http3-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http3', module='http3-client', version='11.0.10')
)
libraryDependencies += "org.eclipse.jetty.http3" % "http3-client" % "11.0.10"
[org.eclipse.jetty.http3/http3-client "11.0.10"]