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