не последняя версия
Последняя версия 3.1.0-M3

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 2.5.2

Jersey Test Framework - Grizzly2 container

Категории

Категории

IDE Инструменты разработки GlassFish Контейнер Application Servers Grizzly Сеть Networking Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.glassfish.jersey.test-framework.providers
Идентификатор

Идентификатор

jersey-test-framework-provider-grizzly2
Версия

Версия

2.5.2
Тип

Тип

jar

Скачать jersey-test-framework-provider-grizzly2 2.5.2


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