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