is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external 2.34

Jersey Test Framework - External container

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-external
Version

Version

2.34
Type

Type

jar

Download jersey-test-framework-provider-external 2.34


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-external/ -->
<dependency>
    <groupId>org.glassfish.jersey.test-framework.providers</groupId>
    <artifactId>jersey-test-framework-provider-external</artifactId>
    <version>2.34</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-external/
implementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external:2.34'
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-external/
implementation ("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external:2.34")
'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external:jar:2.34'
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-external" rev="2.34">
  <artifact name="jersey-test-framework-provider-external" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.test-framework.providers', module='jersey-test-framework-provider-external', version='2.34')
)
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-external" % "2.34"
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-external "2.34"]