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