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