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

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

Jersey Test Framework Core

Категории

Категории

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

Группа

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

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

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

Версия

2.21.1
Тип

Тип

jar

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


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