is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle 3.0.0-M6

Jersey Test Framework Providers Bundle

Categories

Categories

IDE Development Tools GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.test-framework.providers
ArtifactId

ArtifactId

jersey-test-framework-provider-bundle
Version

Version

3.0.0-M6
Type

Type

pom

Download jersey-test-framework-provider-bundle 3.0.0-M6


<!-- 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>3.0.0-M6</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:3.0.0-M6'
// 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:3.0.0-M6")
'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:pom:3.0.0-M6'
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-bundle" rev="3.0.0-M6">
  <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='3.0.0-M6')
)
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-bundle" % "3.0.0-M6"
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle "3.0.0-M6"]