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