<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-simple</artifactId>
<version>3.1.9</version>
</dependency>
implementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:3.1.9'
implementation("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:3.1.9")
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-simple" % "3.1.9"
@Grapes(
@Grab(group='org.glassfish.jersey.test-framework.providers', module='jersey-test-framework-provider-simple', version='3.1.9')
)
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-simple" rev="3.1.9" />
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-simple "3.1.9"]
<parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> <version>3.1.9</version> </parent>
compile
|-- org.glassfish.jersey.test-framework:jersey-test-framework-core
|-- org.glassfish.jersey.containers:jersey-container-simple-http