File | Operation |
---|---|
jersey-test-framework-provider-bundle-2.0-m08-1.pom | download |
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-bundle</artifactId>
<version>2.0-m08-1</version>
<type>pom</type>
</dependency>
implementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.0-m08-1'
implementation("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.0-m08-1")
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-bundle" % "2.0-m08-1"
@Grapes(
@Grab(group='org.glassfish.jersey.test-framework.providers', module='jersey-test-framework-provider-bundle', version='2.0-m08-1')
)
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-bundle" rev="2.0-m08-1" />
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle "2.0-m08-1"]
<parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> <version>2.0-m08-1</version> </parent>
compile
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-default-client
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http