is not current version
Last Version 11.0.11

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


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.http3
ArtifactId

ArtifactId

http3-common
Version

Version

11.0.10
Type

Type

jar

Download http3-common 11.0.10


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