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