is not current version
Last Version 3.1.0-M3

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

Jersey Test Framework - Grizzly2 container

Categories

Categories

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

GroupId

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

ArtifactId

jersey-test-framework-provider-grizzly2
Version

Version

3.0.0-M6
Type

Type

jar

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


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