<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-jetty-http2</artifactId>
<version>3.0.12</version>
</dependency>
implementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty-http2:3.0.12'
implementation("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty-http2:3.0.12")
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-jetty-http2" % "3.0.12"
@Grapes(
@Grab(group='org.glassfish.jersey.test-framework.providers', module='jersey-test-framework-provider-jetty-http2', version='3.0.12')
)
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-jetty-http2" rev="3.0.12" />
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-jetty-http2 "3.0.12"]