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