j

jetty-http3

Files download
File Operation
jetty-http3-12.0.13.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.http3</groupId>
  <artifactId>jetty-http3</artifactId>
  <version>12.0.13</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.http3:jetty-http3:12.0.13'
Gradle Kotlin
implementation("org.eclipse.jetty.http3:jetty-http3:12.0.13")
Scala SBT
libraryDependencies += "org.eclipse.jetty.http3" % "jetty-http3" % "12.0.13"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.http3', module='jetty-http3', version='12.0.13')
)
Apache Ivy
<dependency org="org.eclipse.jetty.http3" name="jetty-http3" rev="12.0.13" />
Leiningen
[org.eclipse.jetty.http3/jetty-http3 "12.0.13"]
Apache Buildr
'org.eclipse.jetty.http3:jetty-http3:jar:12.0.13'