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

org.glassfish.jersey.test-framework:jersey-test-framework-core 2.35

Jersey Test Framework Core

Категории

Категории

GlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

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

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

jersey-test-framework-core
Версия

Версия

2.35
Тип

Тип

jar

Скачать jersey-test-framework-core 2.35


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