| Categories | CategoriesIDE Development Tools GlassFish Container Application Servers Jersey Program Interface REST Frameworks | 
|---|---|
| GroupId | GroupIdorg.glassfish.jersey.test-framework.providers | 
| ArtifactId | ArtifactIdjersey-test-framework-provider-bundle | 
| Version | Version2.0-m04-1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| jersey-test-framework-provider-bundle-2.0-m04-1.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle/ -->
<dependency>
    <groupId>org.glassfish.jersey.test-framework.providers</groupId>
    <artifactId>jersey-test-framework-provider-bundle</artifactId>
    <version>2.0-m04-1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle/
implementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.0-m04-1'// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle/
implementation ("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.0-m04-1")'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:pom:2.0-m04-1'<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-bundle" rev="2.0-m04-1">
  <artifact name="jersey-test-framework-provider-bundle" type="pom" />
</dependency>@Grapes(
@Grab(group='org.glassfish.jersey.test-framework.providers', module='jersey-test-framework-provider-bundle', version='2.0-m04-1')
)libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-bundle" % "2.0-m04-1"[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle "2.0-m04-1"]